Lines Matching refs:group_weight
1029 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
1325 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
1326 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
1459 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1462 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
1485 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
1490 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
1726 score = group_weight(p, node, dist); in preferred_group_nid()
5947 unsigned int group_weight; member
6208 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
6229 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
6303 sgs->group_weight = group->group_weight; in update_sg_lb_stats()