Home
last modified time | relevance | path

Searched refs:group_weight (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/sched/
H A Dfair.c2345 group_weight(cur, env->dst_nid, dist); in task_numa_compare()
2832 score = group_weight(p, node, dist); in preferred_group_nid()
7449 if (group->group_weight == 1) in sched_balance_find_dst_group_cpu()
9336 src_weight = group_weight(p, src_nid, dist); in migrate_degrades_locality()
9337 dst_weight = group_weight(p, dst_nid, dist); in migrate_degrades_locality()
9927 unsigned int group_weight; member
10139 if (sgs->sum_nr_running < sgs->group_weight) in group_has_capacity()
10164 if (sgs->sum_nr_running <= sgs->group_weight) in group_is_overloaded()
10416 sgs->group_weight = group->group_weight; in update_sg_lb_stats()
10710 sgs->group_weight = group->group_weight; in update_sg_wakeup_stats()
[all …]
H A Dext_idle.c259 return sg->group_weight; in numa_weight()
H A Dtopology.c1304 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
H A Dsched.h2069 unsigned int group_weight; member