Lines Matching refs:groups
44 struct sched_group *group = sd->groups; in sched_domain_debug_one()
106 …if (group == sd->groups && sd->child && !cpumask_equal(sched_domain_span(sd->child), sched_group_s… in sched_domain_debug_one()
114 if (group != sd->groups) { in sched_domain_debug_one()
117 } while (group != sd->groups); in sched_domain_debug_one()
182 if ((sd->flags & SD_DEGENERATE_GROUPS_MASK) && (sd->groups != sd->groups->next)) { in sd_degenerate()
207 if (parent->groups == parent->groups->next) { in sd_parent_degenerate()
634 free_sched_groups(sd->groups, 1); in destroy_sched_domain()
1094 sd->groups = first; in build_overlap_sched_groups()
1255 sd->groups = first; in build_sched_groups()
1272 struct sched_group *sg = sd->groups; in init_sched_groups_capacity()
1305 } while (sg != sd->groups); in init_sched_groups_capacity()
1958 free_sched_groups(sd->groups, 0); in __sdt_free()