Searched refs:top_grp (Results 1 – 2 of 2) sorted by relevance
2250 if (scheduler->top_grp == group) { in remove_group_from_runnable()2260 scheduler->top_grp = NULL; in remove_group_from_runnable()2304 KBASE_KTRACE_ADD_CSF_GRP(kctx->kbdev, SCHEDULER_TOP_GRP, scheduler->top_grp, in remove_group_from_runnable()4231 scheduler->top_grp = group; in scheduler_ctx_scan_groups()4293 struct kbase_queue_group *const top_grp = scheduler->top_grp; 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()4304 list_move_tail(&top_grp->link, list); in scheduler_rotate_groups()4308 KBASE_KTRACE_ADD_CSF_GRP(kbdev, GROUP_RUNNABLE_ROTATE, top_grp, in scheduler_rotate_groups()[all …]
1108 struct kbase_queue_group *top_grp; member