Lines Matching refs:sched_group_span

50 	if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) {  in sched_domain_debug_one()
62 if (!cpumask_weight(sched_group_span(group))) { in sched_domain_debug_one()
69 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
75 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
79 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
82 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
92 sched_group_span(group))) { in sched_domain_debug_one()
614 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
660 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
679 cpu = cpumask_first_and(sched_group_span(sg), mask); in init_overlap_sched_group()
692 sg_span = sched_group_span(sg); in init_overlap_sched_group()
734 sg_span = sched_group_span(sg); in build_overlap_sched_groups()
845 cpumask_copy(sched_group_span(sg), sched_domain_span(child)); in get_group()
846 cpumask_copy(group_balance_mask(sg), sched_group_span(sg)); in get_group()
848 cpumask_set_cpu(cpu, sched_group_span(sg)); in get_group()
852 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sched_group_span(sg)); in get_group()
887 cpumask_or(covered, covered, sched_group_span(sg)); in build_sched_groups()
920 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
925 for_each_cpu(cpu, sched_group_span(sg)) { in init_sched_groups_capacity()