Lines Matching refs:group_weight
1416 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
1828 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
1829 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2037 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2040 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2063 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2068 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2314 score = group_weight(p, node, dist); in preferred_group_nid()
6279 if (group->group_weight == 1) in find_idlest_group_cpu()
8130 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality()
8131 dst_weight = group_weight(p, dst_nid, dist); in migrate_degrades_locality()
8704 unsigned int group_weight; member
8994 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
9019 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
9125 sgs->group_weight = group->group_weight; in update_sg_lb_stats()
9382 sgs->group_weight = group->group_weight; in update_sg_wakeup_stats()
9595 if (allow_numa_imbalance(local_sgs.sum_nr_running + 1, local_sgs.group_weight)) in find_idlest_group()
9853 if (busiest->group_weight == 1 || sds->prefer_sibling) { in calculate_imbalance()
9876 local->sum_nr_running + 1, local->group_weight); in calculate_imbalance()
10067 if (busiest->group_weight > 1 && in find_busiest_group()