Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c850 * With this we can once again compute balance_cpu and sched_group_capacity
854 * used for sched_group_capacity links.
1118 * sched_domain -> sched_group -> sched_group_capacity
1150 * sched_group_capacity ensures each unique sched_group has shared storage.
1159 * - The second is the sched_group_capacity; we want all identical groups
1160 * to share a single sched_group_capacity.
1893 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
1903 struct sched_group_capacity *sgc; in __sdt_alloc()
1928 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), GFP_KERNEL, cpu_to_node(j)); in __sdt_alloc()
H A Dsched.h1552 struct sched_group_capacity { struct
1576 struct sched_group_capacity *sgc;
H A Dfair.c8736 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()

Completed in 26 milliseconds