Searched refs:sched_group (Results 1 – 5 of 5) sorted by relevance
78 struct sched_group;91 struct sched_group *groups; /* the balancing groups of the domain */192 struct sched_group *__percpu *sg;
28 每个调度域必须具有一个或多个CPU调度组(struct sched_group),它们以单向循环链表的形式
7419 static struct sched_group *7426 sched_balance_find_dst_group_cpu(struct sched_group *group, struct task_struct *p, int this_cpu) in sched_balance_find_dst_group_cpu()7498 struct sched_group *group; in sched_balance_find_dst_cpu()7701 struct sched_group *sg = sd->groups; in select_idle_cpu()9923 struct sched_group *busiest; /* Busiest group in this sd */9924 struct sched_group *local; /* Local group in this sd */9985 struct sched_group *sdg = sd->groups; in update_cpu_capacity()10001 struct sched_group *group, *sdg = sd->groups; in update_group_capacity()10100 static inline int sg_imbalanced(struct sched_group *group) in sg_imbalanced()10161 struct sched_group *group, in group_classify()[all …]
3315 struct sched_group *sg; in numa_weight()3334 struct sched_group *sg; in numa_span()
19 Each scheduling domain must have one or more CPU groups (struct sched_group)