Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/sched/
Dtopology.h192 struct sched_group_capacity *__percpu *sgc;
/linux-6.1.9/kernel/sched/
Dtopology.c2092 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
2100 struct sched_group_capacity *sgc; in __sdt_alloc()
2125 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
Dsched.h1814 struct sched_group_capacity { struct
1838 struct sched_group_capacity *sgc; argument
Dfair.c8882 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()