Lines Matching refs:sched_group
37 struct sched_group *group = sd->groups; in sched_domain_debug_one()
570 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
572 struct sched_group *tmp, *first; in free_sched_groups()
740 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
852 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
888 static struct sched_group *
891 struct sched_group *sg; in build_group_from_child_sched_domain()
894 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
911 struct sched_group *sg) in init_overlap_sched_group()
941 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
1069 static struct sched_group *get_group(int cpu, struct sd_data *sdd) in get_group()
1073 struct sched_group *sg; in get_group()
1116 struct sched_group *first = NULL, *last = NULL; in build_sched_groups()
1128 struct sched_group *sg; in build_sched_groups()
1161 struct sched_group *sg = sd->groups; in init_sched_groups_capacity()
1763 sdd->sg = alloc_percpu(struct sched_group *); in __sdt_alloc()
1774 struct sched_group *sg; in __sdt_alloc()
1791 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in __sdt_alloc()