Lines Matching refs:sched_group
41 struct sched_group *group = sd->groups; in sched_domain_debug_one()
597 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
599 struct sched_group *tmp, *first; in free_sched_groups()
732 struct sched_group *sg = sd->groups; in cpu_attach_domain()
779 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
891 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
927 static struct sched_group *
930 struct sched_group *sg; in build_group_from_child_sched_domain()
933 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
952 struct sched_group *sg) in init_overlap_sched_group()
1007 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
1170 static struct sched_group *get_group(int cpu, struct sd_data *sdd) in get_group()
1174 struct sched_group *sg; in get_group()
1218 struct sched_group *first = NULL, *last = NULL; in build_sched_groups()
1230 struct sched_group *sg; in build_sched_groups()
1263 struct sched_group *sg = sd->groups; in init_sched_groups_capacity()
2081 sdd->sg = alloc_percpu(struct sched_group *); in __sdt_alloc()
2092 struct sched_group *sg; in __sdt_alloc()
2109 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in __sdt_alloc()