Lines Matching refs:sched_group
42 struct sched_group *group = sd->groups; in sched_domain_debug_one()
563 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
565 struct sched_group *tmp, *first; in free_sched_groups()
733 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
845 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
881 static struct sched_group *
884 struct sched_group *sg; in build_group_from_child_sched_domain()
887 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
904 struct sched_group *sg) in init_overlap_sched_group()
934 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
1062 static struct sched_group *get_group(int cpu, struct sd_data *sdd) in get_group()
1066 struct sched_group *sg; in get_group()
1109 struct sched_group *first = NULL, *last = NULL; in build_sched_groups()
1121 struct sched_group *sg; in build_sched_groups()
1154 struct sched_group *sg = sd->groups; in init_sched_groups_capacity()
1753 sdd->sg = alloc_percpu(struct sched_group *); in __sdt_alloc()
1764 struct sched_group *sg; in __sdt_alloc()
1781 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in __sdt_alloc()