Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c1755 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2312 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2313 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2523 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2526 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2549 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2554 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2800 score = group_weight(p, node, dist); in preferred_group_nid()
7393 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu()
9386 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.h2115 unsigned int group_weight; member