Lines Matching refs:group_weight
1774 static inline unsigned long group_weight(struct task_struct *p, int nid,
2325 imp += group_weight(cur, env->src_nid, dist) -
2326 group_weight(cur, env->dst_nid, dist);
2536 groupweight = group_weight(p, env.src_nid, dist);
2539 groupimp = group_weight(p, env.dst_nid, dist) - groupweight;
2562 groupweight = group_weight(p, env.src_nid, dist);
2567 groupimp = group_weight(p, nid, dist) - groupweight;
2789 * be done in a way that produces consistent results with group_weight,
2802 * On a system with glueless mesh NUMA topology, group_weight
2813 score = group_weight(p, node, dist);
7192 if (group->group_weight == 1)
9102 src_weight = group_weight(p, src_nid, dist);
9103 dst_weight = group_weight(p, dst_nid, dist);
9695 unsigned int group_weight;
9928 if (sgs->sum_nr_running < sgs->group_weight)
9953 if (sgs->sum_nr_running <= sgs->group_weight)
10046 if (sgs->group_weight - sgs->idle_cpus != 1)
10203 sgs->group_weight = group->group_weight;
10206 if (!group->group_weight) {
10210 sgs->group_weight = group->group_weight;
10516 sgs->group_weight = group->group_weight;
11005 if (busiest->group_weight == 1 || sds->prefer_sibling) {
11227 if (busiest->group_weight > 1 &&