Home
last modified time | relevance | path

Searched refs:runnable_groups (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_reclaim.c42 if (!list_empty(&kctx->csf.sched.runnable_groups[prio])) in get_kctx_highest_csg_priority()
H A Dmali_kbase_csf_defs.h734 struct list_head runnable_groups[KBASE_QUEUE_GROUP_PRIORITY_COUNT]; member
H A Dmali_kbase_csf_scheduler.c2174 &kctx->csf.sched.runnable_groups[group->priority]); in insert_group_to_runnable()
2213 &kctx->csf.sched.runnable_groups[group->priority]; in remove_group_from_runnable()
4201 list_for_each_entry(group, &kctx->csf.sched.runnable_groups[priority], in scheduler_ctx_scan_groups()
4298 &top_ctx->csf.sched.runnable_groups[top_grp->priority]; in scheduler_rotate_groups()
4613 &kctx->csf.sched.runnable_groups[i], in get_tock_top_group()
6383 INIT_LIST_HEAD(&kctx->csf.sched.runnable_groups[priority]); in kbase_csf_scheduler_context_init()