Lines Matching refs:sched_group_span
7450 return cpumask_first(sched_group_span(group)); in sched_balance_find_dst_group_cpu()
7453 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in sched_balance_find_dst_group_cpu()
7717 for_each_cpu_wrap(cpu, sched_group_span(sg), target + 1) { in select_idle_cpu()
7733 cpumask_andnot(cpus, cpus, sched_group_span(sg)); in select_idle_cpu()
10043 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
10363 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
10681 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats()
10798 if (!cpumask_intersects(sched_group_span(group), in sched_balance_find_dst_group()
10807 sched_group_span(group)); in sched_balance_find_dst_group()
10905 idlest_cpu = cpumask_first(sched_group_span(idlest)); in sched_balance_find_dst_group()
10921 cpumask_and(cpus, sched_group_span(local), p->cpus_ptr); in sched_balance_find_dst_group()
11037 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(sg)); in update_sd_lb_stats()
11441 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in sched_balance_find_src_rq()