Lines Matching refs:sched_group_cpus
4659 if (!cpumask_intersects(sched_group_cpus(group), in find_idlest_group()
4664 sched_group_cpus(group)); in find_idlest_group()
4669 for_each_cpu(i, sched_group_cpus(group)) { in find_idlest_group()
4709 for_each_cpu_and(i, sched_group_cpus(group), tsk_cpus_allowed(p)) { in find_idlest_cpu()
4769 if (!cpumask_intersects(sched_group_cpus(sg), in select_idle_sibling()
4773 for_each_cpu(i, sched_group_cpus(sg)) { in select_idle_sibling()
4778 target = cpumask_first_and(sched_group_cpus(sg), in select_idle_sibling()
6108 for_each_cpu(cpu, sched_group_cpus(sdg)) { in update_group_capacity()
6271 for_each_cpu_and(i, sched_group_cpus(group), env->cpus) { in update_sg_lb_stats()
6410 local_group = cpumask_test_cpu(env->dst_cpu, sched_group_cpus(sg)); in update_sd_lb_stats()
6768 for_each_cpu_and(i, sched_group_cpus(group), env->cpus) { in find_busiest_queue()
6886 sg_cpus = sched_group_cpus(sg); in should_we_balance()
6926 .dst_grpmask = sched_group_cpus(sd->groups), in load_balance()