Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dtopology.c2675 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
2682 struct sched_group_capacity *sgc; in __sdt_alloc()
2700 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
H A Dsched.h2250 struct sched_group_capacity { struct
2273 struct sched_group_capacity *sgc; argument
H A Dfair.c11565 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()