Searched refs:csg_slot_count (Results 1 – 2 of 2) sorted by relevance
269 u32 csg_slot_count; member1888 return ctx->group_count == sched->csg_slot_count; in tick_ctx_is_full()2015 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_init()2237 for (i = 0; i < sched->csg_slot_count; i++) { in tick_ctx_apply()2573 if (sched->used_csg_slot_count < sched->csg_slot_count) in group_schedule_locked()2584 if (sched->used_csg_slot_count == sched->csg_slot_count && in group_schedule_locked()2677 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()2759 for (i = 0; i < sched->csg_slot_count; i++) { in panthor_sched_suspend()3842 if (!sched || !sched->csg_slot_count) in panthor_sched_fini()3901 sched->csg_slot_count = num_groups; in panthor_sched_init()[all …]
319 __u32 csg_slot_count; member