Lines Matching refs:group_weight
1771 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2328 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2329 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2539 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2542 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2565 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2570 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2816 score = group_weight(p, node, dist); in preferred_group_nid()
7440 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu()
9327 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality()
9328 dst_weight = group_weight(p, dst_nid, dist); in migrate_degrades_locality()
9926 unsigned int group_weight; member
10138 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
10163 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
10255 (sgs->group_weight - sgs->idle_cpus != 1)) in sched_group_asym()
10415 sgs->group_weight = group->group_weight; in update_sg_lb_stats()
10710 sgs->group_weight = group->group_weight; in update_sg_wakeup_stats()
11179 if (busiest->group_weight == 1 || sds->prefer_sibling) { in calculate_imbalance()
11398 if (busiest->group_weight > 1 && in sched_balance_find_src_group()