Searched refs:top_ctx (Results 1 – 2 of 2) sorted by relevance
2286 if (scheduler->top_ctx == kctx) in remove_group_from_runnable()2287 scheduler->top_ctx = NULL; in remove_group_from_runnable()4230 scheduler->top_ctx = kctx; in scheduler_ctx_scan_groups()4292 struct kbase_context *const top_ctx = scheduler->top_ctx; in scheduler_rotate_groups() local4296 if (top_ctx && top_grp) { in scheduler_rotate_groups()4298 &top_ctx->csf.sched.runnable_groups[top_grp->priority]; in scheduler_rotate_groups()4300 WARN_ON(top_grp->kctx != top_ctx); in scheduler_rotate_groups()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()4324 if (scheduler->top_ctx) { in scheduler_rotate_ctxs()[all …]
1107 struct kbase_context *top_ctx; member