Lines Matching refs:group_weight
1434 static inline unsigned long group_weight(struct task_struct *p, int nid, in group_weight() function
2002 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2003 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2213 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2216 groupimp = group_weight(p, env.dst_nid, dist) - groupweight; in task_numa_migrate()
2239 groupweight = group_weight(p, env.src_nid, dist); in task_numa_migrate()
2244 groupimp = group_weight(p, nid, dist) - groupweight; in task_numa_migrate()
2490 score = group_weight(p, node, dist); in preferred_group_nid()
6547 if (group->group_weight == 1) in find_idlest_group_cpu()
8373 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality()
8374 dst_weight = group_weight(p, dst_nid, dist); in migrate_degrades_locality()
8952 unsigned int group_weight; member
9176 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
9201 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
9273 sg_busy_cpus = sgs->group_weight - sgs->idle_cpus; in asym_smt_can_pull_tasks()
9296 int local_busy_cpus = sds->local->group_weight - in asym_smt_can_pull_tasks()
9416 sgs->group_weight = group->group_weight; in update_sg_lb_stats()
9681 sgs->group_weight = group->group_weight; in update_sg_wakeup_stats()
10148 if (busiest->group_weight == 1 || sds->prefer_sibling) { in calculate_imbalance()
10366 if (busiest->group_weight > 1 && in find_busiest_group()