Home
last modified time | relevance | path

Searched refs:sched_group_capacity (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sched/
H A Dtopology.h183 struct sched_group_capacity *__percpu *sgc;
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtopology.h192 struct sched_group_capacity *__percpu *sgc;
/kernel/linux/linux-5.10/kernel/sched/
H A Dtopology.c811 * With this we can once again compute balance_cpu and sched_group_capacity
815 * used for sched_group_capacity links.
1080 * sched_domain -> sched_group -> sched_group_capacity
1112 * sched_group_capacity ensures each unique sched_group has shared storage.
1121 * - The second is the sched_group_capacity; we want all identical groups
1122 * to share a single sched_group_capacity.
1840 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
1848 struct sched_group_capacity *sgc; in __sdt_alloc()
1873 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
H A Dsched.h1596 struct sched_group_capacity { struct
1620 struct sched_group_capacity *sgc;
H A Dfair.c8759 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()
/kernel/linux/linux-6.6/kernel/sched/
H A Dtopology.c859 * With this we can once again compute balance_cpu and sched_group_capacity
863 * used for sched_group_capacity links.
1130 * sched_domain -> sched_group -> sched_group_capacity
1162 * sched_group_capacity ensures each unique sched_group has shared storage.
1171 * - The second is the sched_group_capacity; we want all identical groups
1172 * to share a single sched_group_capacity.
2217 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
2225 struct sched_group_capacity *sgc; in __sdt_alloc()
2250 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
H A Dsched.h2025 struct sched_group_capacity { struct
2050 struct sched_group_capacity *sgc;
H A Dfair.c9835 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()

Completed in 71 milliseconds