Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c1848 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2405 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2406 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2613 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2616 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2639 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2644 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2890 score = group_weight(p, node, dist); in preferred_group_nid()
7456 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu()
9438 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.c1296 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h2188 unsigned int group_weight; member