Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H A Dtopology.h192 struct sched_group_capacity *__percpu *sgc;
/openbmc/linux/kernel/sched/
H A Dtopology.c2205 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
2213 struct sched_group_capacity *sgc; in __sdt_alloc()
2238 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
H A Dsched.h1884 struct sched_group_capacity { struct
1909 struct sched_group_capacity *sgc; argument
H A Dfair.c9489 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()