Lines Matching refs:group_weight
1035 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
1320 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
1321 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
1479 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1482 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
1506 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1511 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
1748 score = group_weight(p, node, dist); in preferred_group_nid()
6005 unsigned int group_weight; member
6246 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
6267 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
6341 sgs->group_weight = group->group_weight; in update_sg_lb_stats()