Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-domains.rst28 每个调度域必须具有一个或多个CPU调度组(struct sched_group),它们以单向循环链表的形式
/linux/kernel/sched/
H A Dsched.h86 struct sched_group;
1440 static inline struct cpumask *sched_group_span(struct sched_group *sg);
1523 struct sched_group *group) in sched_group_cookie_match()
1584 struct sched_group *group) in sched_group_cookie_match()
2203 struct sched_group { struct
2204 struct sched_group *next; /* Must be a circular list */ argument
2223 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span() argument
2231 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
2236 extern int group_balance_cpu(struct sched_group *sg);
H A Dfair.c7690 static struct sched_group *
7697 sched_balance_find_dst_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in sched_balance_find_dst_group_cpu()
7769 struct sched_group *group; in sched_balance_find_dst_cpu()
7977 struct sched_group *sg = sd->groups; in select_idle_cpu()
10287 struct sched_group *busiest; /* Busiest group in this sd */
10288 struct sched_group *local; /* Local group in this sd */
10349 struct sched_group *sdg = sd->groups; in update_cpu_capacity()
10365 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()
10464 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()
10532 struct sched_group *group, in group_classify()
[all …]
H A Dext_idle.c264 struct sched_group *sg; in numa_weight()
283 struct sched_group *sg; in numa_span()