Lines Matching defs:group_weight
1771 static inline unsigned long group_weight(struct task_struct *p, int nid,
2328 imp += group_weight(cur, env->src_nid, dist) -
2329 group_weight(cur, env->dst_nid, dist);
2539 groupweight = group_weight(p, env.src_nid, dist);
2542 groupimp = group_weight(p, env.dst_nid, dist) - groupweight;
2565 groupweight = group_weight(p, env.src_nid, dist);
2570 groupimp = group_weight(p, nid, dist) - groupweight;
2792 * be done in a way that produces consistent results with group_weight,
2805 * On a system with glueless mesh NUMA topology, group_weight
2816 score = group_weight(p, node, dist);
7348 if (group->group_weight == 1)
9234 src_weight = group_weight(p, src_nid, dist);
9235 dst_weight = group_weight(p, dst_nid, dist);
9833 unsigned int group_weight;
10045 if (sgs->sum_nr_running < sgs->group_weight)
10070 if (sgs->sum_nr_running <= sgs->group_weight)
10162 (sgs->group_weight - sgs->idle_cpus != 1))
10322 sgs->group_weight = group->group_weight;
10617 sgs->group_weight = group->group_weight;
11086 if (busiest->group_weight == 1 || sds->prefer_sibling) {
11305 if (busiest->group_weight > 1 &&