group_weight
return sg->group_weight;
unsigned int group_weight;
if (sgs->sum_nr_running < sgs->group_weight)
if (sgs->sum_nr_running <= sgs->group_weight)
(sgs->group_weight - sgs->idle_cpus != 1))
sgs->group_weight = group->group_weight;
sgs->group_weight = group->group_weight;
if (busiest->group_weight == 1 || sds->prefer_sibling) {
if (busiest->group_weight > 1 &&
imp += group_weight(cur, env->src_nid, dist) -
group_weight(cur, env->dst_nid, dist);
groupweight = group_weight(p, env.src_nid, dist);
groupimp = group_weight(p, env.dst_nid, dist) - groupweight;
groupweight = group_weight(p, env.src_nid, dist);
groupimp = group_weight(p, nid, dist) - groupweight;
score = group_weight(p, node, dist);
if (group->group_weight == 1)
src_weight = group_weight(p, src_nid, dist);
dst_weight = group_weight(p, dst_nid, dist);
unsigned int group_weight;
sg->group_weight = cpumask_weight(sched_group_span(sg));