Lines Matching refs:sched_group_span
49 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one()
76 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one()
83 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
89 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
93 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
96 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
106 sched_group_span(group))) { in sched_domain_debug_one()
900 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
946 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
980 sg_span = sched_group_span(sg); in init_overlap_sched_group()
1083 sg_span = sched_group_span(sg); in build_overlap_sched_groups()
1200 cpumask_copy(sched_group_span(sg), sched_domain_span(child)); in get_group()
1201 cpumask_copy(group_balance_mask(sg), sched_group_span(sg)); in get_group()
1204 cpumask_set_cpu(cpu, sched_group_span(sg)); in get_group()
1208 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sched_group_span(sg)); in get_group()
1244 cpumask_or(covered, covered, sched_group_span(sg)); in build_sched_groups()
1277 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
1282 for_each_cpu(cpu, sched_group_span(sg)) { in init_sched_groups_capacity()