Home
last modified time | relevance | path

Searched refs:sched_group_span (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/sched/
Dtopology.c51 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one()
78 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one()
85 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
91 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
95 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
98 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
108 sched_group_span(group))) { in sched_domain_debug_one()
906 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
952 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
986 sg_span = sched_group_span(sg); in init_overlap_sched_group()
[all …]
Dsched.h1217 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1303 for_each_cpu_and(cpu, sched_group_span(group), p->cpus_ptr) { in sched_group_cookie_match()
1921 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function
Dfair.c7013 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu()
7016 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in find_idlest_group_cpu()
9442 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
9767 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
10092 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats()
10209 if (!cpumask_intersects(sched_group_span(group), in find_idlest_group()
10218 sched_group_span(group)); in find_idlest_group()
10316 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group()
10332 cpumask_and(cpus, sched_group_span(local), p->cpus_ptr); in find_idlest_group()
10448 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(sg)); in update_sd_lb_stats()
[all …]