Home
last modified time | relevance | path

Searched refs:sched_group (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Dtopology.c42 struct sched_group *group = sd->groups; in sched_domain_debug_one()
577 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
579 struct sched_group *tmp, *first; in free_sched_groups()
751 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
863 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
899 static struct sched_group *
902 struct sched_group *sg; in build_group_from_child_sched_domain()
905 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
922 struct sched_group *sg) in init_overlap_sched_group()
977 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
[all …]
Dsched.h1186 struct sched_group;
1188 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1264 struct sched_group *group) in sched_group_cookie_match()
1335 struct sched_group *group) in sched_group_cookie_match()
1856 struct sched_group { struct
1857 struct sched_group *next; /* Must be a circular list */ argument
1874 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument
1882 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
1891 static inline unsigned int group_first_cpu(struct sched_group *group) in group_first_cpu()
1896 extern int group_balance_cpu(struct sched_group *sg);
Dfair.c6220 static struct sched_group *
6227 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6299 struct sched_group *group; in find_idlest_cpu()
8666 struct sched_group *busiest; /* Busiest group in this sd */
8667 struct sched_group *local; /* Local group in this sd */
8731 struct sched_group *sdg = sd->groups; in update_cpu_capacity()
8750 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()
8855 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
8916 struct sched_group *group, in group_classify()
8945 struct sched_group *group, in update_sg_lb_stats()
[all …]