Home
last modified time | relevance | path

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

/kernel/sched/
Dtopology.c41 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()
[all …]
Dsched.h1236 struct sched_group;
1238 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1314 struct sched_group *group) in sched_group_cookie_match()
1374 struct sched_group *group) in sched_group_cookie_match()
1876 struct sched_group { struct
1877 struct sched_group *next; /* Must be a circular list */ argument
1895 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument
1903 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
1908 extern int group_balance_cpu(struct sched_group *sg);
Dfair.c6530 static struct sched_group *
6537 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6609 struct sched_group *group; in find_idlest_cpu()
8967 struct sched_group *busiest; /* Busiest group in this sd */
8968 struct sched_group *local; /* Local group in this sd */
9032 struct sched_group *sdg = sd->groups; in update_cpu_capacity()
9051 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()
9156 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
9217 struct sched_group *group, in group_classify()
9264 struct sched_group *sg) in asym_smt_can_pull_tasks()
[all …]