Searched refs:num_runnable_grps (Results 1 – 3 of 3) sorted by relevance
151 if (kctx->csf.sched.num_runnable_grps || kctx->csf.sched.num_idle_wait_grps) { in kbase_csf_tiler_heap_reclaim_sched_notify_grp_evict()
2175 kctx->csf.sched.num_runnable_grps++; in insert_group_to_runnable()2177 kctx->csf.sched.num_runnable_grps); in insert_group_to_runnable()2180 if (kctx->csf.sched.num_runnable_grps == 1) { in insert_group_to_runnable()2273 kctx->csf.sched.num_runnable_grps--; in remove_group_from_runnable()2275 kctx->csf.sched.num_runnable_grps); in remove_group_from_runnable()2281 if (kctx->csf.sched.num_runnable_grps == 0) { in remove_group_from_runnable()3066 WARN_ON(kctx->csf.sched.num_runnable_grps == 0); in scheduler_group_schedule()4309 top_ctx->csf.sched.num_runnable_grps); in scheduler_rotate_groups()4313 scheduler->top_ctx->csf.sched.num_runnable_grps); in scheduler_rotate_groups()6386 kctx->csf.sched.num_runnable_grps = 0; in kbase_csf_scheduler_context_init()
735 u32 num_runnable_grps; member