Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c1737 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2288 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2289 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2499 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2502 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2525 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2530 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2752 * be done in a way that produces consistent results with group_weight,
2765 * On a system with glueless mesh NUMA topology, group_weight in preferred_group_nid()
2776 score = group_weight( in preferred_group_nid()
9462 unsigned int group_weight; global() member
[all...]
H A Dtopology.c1284 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h1906 unsigned int group_weight; member