Lines Matching refs:sched_group_span

51 	if (group && !cpumask_test_cpu(cpu, sched_group_span(group))) {  in sched_domain_debug_one()
78 if (cpumask_empty(sched_group_span(group))) { in sched_domain_debug_one()
85 cpumask_intersects(groupmask, sched_group_span(group))) { in sched_domain_debug_one()
91 cpumask_or(groupmask, groupmask, sched_group_span(group)); in sched_domain_debug_one()
95 cpumask_pr_args(sched_group_span(group))); in sched_domain_debug_one()
98 !cpumask_equal(group_balance_mask(group), sched_group_span(group))) { in sched_domain_debug_one()
108 sched_group_span(group))) { in sched_domain_debug_one()
906 const struct cpumask *sg_span = sched_group_span(sg); in build_balance_mask()
952 sg_span = sched_group_span(sg); in build_group_from_child_sched_domain()
986 sg_span = sched_group_span(sg); in init_overlap_sched_group()
1089 sg_span = sched_group_span(sg); in build_overlap_sched_groups()
1206 cpumask_copy(sched_group_span(sg), sched_domain_span(child)); in get_group()
1207 cpumask_copy(group_balance_mask(sg), sched_group_span(sg)); in get_group()
1210 cpumask_set_cpu(cpu, sched_group_span(sg)); in get_group()
1214 sg->sgc->capacity = SCHED_CAPACITY_SCALE * cpumask_weight(sched_group_span(sg)); in get_group()
1250 cpumask_or(covered, covered, sched_group_span(sg)); in build_sched_groups()
1284 sg->group_weight = cpumask_weight(sched_group_span(sg)); in init_sched_groups_capacity()
1286 cpumask_copy(mask, sched_group_span(sg)); in init_sched_groups_capacity()
1298 for_each_cpu(cpu, sched_group_span(sg)) { in init_sched_groups_capacity()