Searched refs:sched_group_capacity (Results 1 – 3 of 3) sorted by relevance
2675 sdd->sgc = alloc_percpu(struct sched_group_capacity *); in __sdt_alloc()2682 struct sched_group_capacity *sgc; in __sdt_alloc()2700 sgc = kzalloc_node(sizeof(struct sched_group_capacity) + cpumask_size(), in __sdt_alloc()
2250 struct sched_group_capacity { struct2273 struct sched_group_capacity *sgc; argument
11565 struct sched_group_capacity *sgc = group->sgc; in update_group_capacity()