Lines Matching refs:sched_group_span
6548 return cpumask_first(sched_group_span(group)); in find_idlest_group_cpu()
6551 for_each_cpu_and(i, sched_group_span(group), p->cpus_ptr) { in find_idlest_group_cpu()
9074 for_each_cpu(cpu, sched_group_span(sdg)) { in update_group_capacity()
9366 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in update_sg_lb_stats()
9652 for_each_cpu(i, sched_group_span(group)) { in update_sg_wakeup_stats()
9768 if (!cpumask_intersects(sched_group_span(group), in find_idlest_group()
9777 sched_group_span(group)); in find_idlest_group()
9874 idlest_cpu = cpumask_first(sched_group_span(idlest)); in find_idlest_group()
9890 cpumask_and(cpus, sched_group_span(local), p->cpus_ptr); in find_idlest_group()
10007 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_span(sg)); in update_sd_lb_stats()
10412 for_each_cpu_and(i, sched_group_span(group), env->cpus) { in find_busiest_queue()