Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c7437 return cpumask_first(sched_group_span(group)); in sched_balance_find_dst_group_cpu()
7440 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in sched_balance_find_dst_group_cpu()
7704 for_each_cpu_wrap(cpu, sched_group_span(sg), target + 1) { in select_idle_cpu()
7720 cpumask_andnot(cpus, cpus, sched_group_span(sg)); in select_idle_cpu()
10024 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
10344 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
10662 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats()
10779 if (!cpumask_intersects(sched_group_span(group), in sched_balance_find_dst_group()
10788 sched_group_span(group)); in sched_balance_find_dst_group()
10886 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group()
[all …]
H A Dext.c3343 return sched_group_span(sg); in numa_span()