Lines Matching refs:sched_group
5410 struct sched_group *group = sd->groups; in sched_domain_debug_one()
5677 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
5679 struct sched_group *tmp, *first; in free_sched_groups()
5851 static void build_group_mask(struct sched_domain *sd, struct sched_group *sg) in build_group_mask()
5871 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
5879 struct sched_group *first = NULL, *last = NULL, *groups = NULL, *sg; in build_overlap_sched_groups()
5900 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_overlap_sched_groups()
5951 static int get_group(int cpu, struct sd_data *sdd, struct sched_group **sg) in get_group()
5978 struct sched_group *first = NULL, *last = NULL; in build_sched_groups()
5996 struct sched_group *sg; in build_sched_groups()
6036 struct sched_group *sg = sd->groups; in init_sched_groups_capacity()
6599 sdd->sg = alloc_percpu(struct sched_group *); in __sdt_alloc()
6609 struct sched_group *sg; in __sdt_alloc()
6619 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in __sdt_alloc()