Home
last modified time | relevance | path

Searched refs:group_weight (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/sched/
H A Dfair.c1771 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2328 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2329 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2539 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2542 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2565 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2570 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2816 score = group_weight(p, node, dist); in preferred_group_nid()
7440 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu()
9327 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality()
[all …]
H A Dext_idle.c273 return sg->group_weight; in numa_weight()
H A Dtopology.c1291 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h2099 unsigned int group_weight; member