Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sched/
Dtopology.h71 struct sched_group;
83 struct sched_group *groups; /* the balancing groups of the domain */
182 struct sched_group *__percpu *sg;
/Linux-v5.15/kernel/sched/
Dtopology.c37 struct sched_group *group = sd->groups; in sched_domain_debug_one()
584 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
586 struct sched_group *tmp, *first; in free_sched_groups()
758 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
870 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
906 static struct sched_group *
909 struct sched_group *sg; in build_group_from_child_sched_domain()
912 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain()
929 struct sched_group *sg) in init_overlap_sched_group()
984 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups()
[all …]
Dsched.h1151 struct sched_group;
1153 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1229 struct sched_group *group) in sched_group_cookie_match()
1300 struct sched_group *group) in sched_group_cookie_match()
1805 struct sched_group { struct
1806 struct sched_group *next; /* Must be a circular list */ argument
1823 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument
1831 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
1840 static inline unsigned int group_first_cpu(struct sched_group *group) in group_first_cpu()
1845 extern int group_balance_cpu(struct sched_group *sg);
Dfair.c6009 static struct sched_group *
6016 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu()
6088 struct sched_group *group; in find_idlest_cpu()
8334 struct sched_group *busiest; /* Busiest group in this sd */
8335 struct sched_group *local; /* Local group in this sd */
8399 struct sched_group *sdg = sd->groups; in update_cpu_capacity()
8417 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()
8522 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
8583 struct sched_group *group, in group_classify()
8612 struct sched_group *group, in update_sg_lb_stats()
[all …]
/Linux-v5.15/Documentation/scheduler/
Dsched-domains.rst19 Each scheduling domain must have one or more CPU groups (struct sched_group)