Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dtopology.c62 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one()
89 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one()
96 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
102 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
106 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
109 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
119 sched_group_span(group))) { in sched_domain_debug_one()
1204 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
1250 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
1284 sg_span = sched_group_span(sg); in init_overlap_sched_group()
[all …]
H A Dfair.c8461 return cpumask_first(sched_group_span(group)); in sched_balance_find_dst_group_cpu()
8464 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in sched_balance_find_dst_group_cpu()
8710 for_each_cpu_wrap(cpu, sched_group_span(sg), target + 1) { in select_idle_cpu()
8726 cpumask_andnot(cpus, cpus, sched_group_span(sg)); in select_idle_cpu()
11511 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
11847 cpu = cpumask_first(sched_group_span(group)); in record_sg_llc_stats()
11881 can_migrate_llc(cpumask_first(sched_group_span(group)), in llc_balance()
11938 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
12303 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in update_sg_wakeup_stats()
12421 if (!cpumask_intersects(sched_group_span(group), in sched_balance_find_dst_group()
[all …]
H A Dsched.h1481 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1572 for_each_cpu_and(cpu, sched_group_span(group), p->cpus_ptr) { in sched_group_cookie_match()
2287 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() function
/linux/kernel/sched/ext/
H A Didle.c293 return sched_group_span(sg); in numa_span()