Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sched/
Dtopology.h183 struct sched_group_capacity **__percpu sgc;
/Linux-v4.19/kernel/sched/
Dtopology.c1520 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
1528 struct sched_group_capacity *sgc; in __sdt_alloc()
1553 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
Dsched.h1192 struct sched_group_capacity { struct
1215 struct sched_group_capacity *sgc; argument
Dfair.c7650 struct sched_group_capacity *sgc; in update_group_capacity()
7681 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()