Searched refs:sched_group (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/sched/ |
D | topology.h | 71 struct sched_group; 83 struct sched_group *groups; /* the balancing groups of the domain */ 182 struct sched_group *__percpu *sg;
|
/Linux-v5.10/kernel/sched/ |
D | topology.c | 37 struct sched_group *group = sd->groups; in sched_domain_debug_one() 570 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups() 572 struct sched_group *tmp, *first; in free_sched_groups() 740 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu() 852 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask() 888 static struct sched_group * 891 struct sched_group *sg; in build_group_from_child_sched_domain() 894 sg = kzalloc_node(sizeof(struct sched_group) + cpumask_size(), in build_group_from_child_sched_domain() 911 struct sched_group *sg) in init_overlap_sched_group() 941 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups() [all …]
|
D | sched.h | 1477 struct sched_group { struct 1478 struct sched_group *next; /* Must be a circular list */ argument 1495 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument 1503 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask() 1512 static inline unsigned int group_first_cpu(struct sched_group *group) in group_first_cpu() 1517 extern int group_balance_cpu(struct sched_group *sg);
|
D | fair.c | 5874 static struct sched_group * 5881 find_idlest_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in find_idlest_group_cpu() 5949 struct sched_group *group; in find_idlest_cpu() 8058 struct sched_group *busiest; /* Busiest group in this sd */ 8059 struct sched_group *local; /* Local group in this sd */ 8123 struct sched_group *sdg = sd->groups; in update_cpu_capacity() 8141 struct sched_group *group, *sdg = sd->groups; in update_group_capacity() 8246 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced() 8310 group_smaller_min_cpu_capacity(struct sched_group *sg, struct sched_group *ref) in group_smaller_min_cpu_capacity() 8320 group_smaller_max_cpu_capacity(struct sched_group *sg, struct sched_group *ref) in group_smaller_max_cpu_capacity() [all …]
|
/Linux-v5.10/Documentation/scheduler/ |
D | sched-domains.rst | 19 Each scheduling domain must have one or more CPU groups (struct sched_group)
|