Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtopology.h191 struct sched_group_capacity *__percpu *sgc;
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c1757 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()
1765 struct sched_group_capacity *sgc; in __sdt_alloc()
1790 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
H A Dsched.h1512 struct sched_group_capacity { struct
1536 struct sched_group_capacity *sgc; argument
H A Dfair.c8442 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()