Searched refs:sched_group_capacity (Results 1 – 3 of 3) sorted by relevance
2014 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()2022 struct sched_group_capacity *sgc; in __sdt_alloc()2047 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
1838 struct sched_group_capacity { struct1862 struct sched_group_capacity *sgc; argument
8907 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()