Lines Matching refs:sched_group_span
54 if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) { in sched_domain_debug_one()
81 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one()
88 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
94 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
98 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
101 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
111 sched_group_span(group))) { in sched_domain_debug_one()
893 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
939 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
973 sg_span = sched_group_span(sg); in init_overlap_sched_group()
1076 sg_span = sched_group_span(sg); in build_overlap_sched_groups()
1193 cpumask_copy(sched_group_span(sg), sched_domain_span(child)); in get_group()
1194 cpumask_copy(group_balance_mask(sg), sched_group_span(sg)); in get_group()
1197 cpumask_set_cpu(cpu, sched_group_span(sg)); in get_group()
1201 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sched_group_span(sg)); in get_group()
1237 cpumask_or(covered, covered, sched_group_span(sg)); in build_sched_groups()
1270 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
1275 for_each_cpu(cpu, sched_group_span(sg)) { in init_sched_groups_capacity()