Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dtopology.h69 struct sched_group;
81 struct sched_group *groups; /* the balancing groups of the domain */
182 struct sched_group **__percpu sg;
/Linux-v4.19/kernel/sched/
Dtopology.c31 struct sched_group *group = sd->groups; in sched_domain_debug_one()
335 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
337 struct sched_group *tmp, *first; in free_sched_groups()
500 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
612 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
648 static struct sched_group *
651 struct sched_group *sg; in build_group_from_child_sched_domain()
654 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
671 struct sched_group *sg) in init_overlap_sched_group()
700 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
[all …]
Dsched.h1210 struct sched_group { struct
1211 struct sched_group *next; /* Must be a circular list */ argument
1228 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument
1236 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
1245 static inline unsigned int group_first_cpu(struct sched_group *group) in group_first_cpu()
1250 extern int group_balance_cpu(struct sched_group *sg);
Dfair.c5688 static struct sched_group *
5692 struct sched_group *idlest = NULL, *group = sd->groups; in find_idlest_group()
5693 struct sched_group *most_spare_sg = NULL; in find_idlest_group()
5832 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
5897 struct sched_group *group; in find_idlest_cpu()
7525 struct sched_group *busiest; /* Busiest group in this sd */
7526 struct sched_group *local; /* Local group in this sd */
7612 struct sched_group *sdg = sd->groups; in update_cpu_capacity()
7627 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()
7734 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
[all …]
/Linux-v4.19/Documentation/scheduler/
Dsched-domains.txt15 Each scheduling domain must have one or more CPU groups (struct sched_group)