Searched refs:group_weight (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 1417 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function 1828 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare() 1829 group_weight(cur, env->dst_nid, dist); in task_numa_compare() 2036 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2039 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate() 2062 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate() 2067 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate() 2313 score = group_weight(p, node, dist); in preferred_group_nid() 5980 if (group->group_weight == 1) in find_idlest_group_cpu() 7737 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality() [all …]
|
| H A D | topology.c | 1161 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
|
| H A D | sched.h | 1535 unsigned int group_weight; member
|