Lines Matching refs:sched_group_span
5892 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu()
5895 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in find_idlest_group_cpu()
8164 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
8386 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(group)); in update_sg_lb_stats()
8388 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
8666 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats()
8785 if (!cpumask_intersects(sched_group_span(group), in find_idlest_group()
8790 sched_group_span(group)); in find_idlest_group()
8880 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group()
8931 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(sg)); in update_sd_lb_stats()
9321 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in find_busiest_queue()
9547 .dst_grpmask = sched_group_span(sd->groups), in load_balance()