Home
last modified time | relevance | path

Searched refs:runnable_kctxs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h1087 struct list_head runnable_kctxs; member
H A Dmali_kbase_csf_scheduler.c2183 list_add_tail(&kctx->csf.link, &scheduler->runnable_kctxs); in insert_group_to_runnable()
2283 struct list_head *kctx_list = &scheduler->runnable_kctxs; in remove_group_from_runnable()
4321 struct list_head *list = &scheduler->runnable_kctxs; in scheduler_rotate_ctxs()
4609 &scheduler->runnable_kctxs, csf.link) { in get_tock_top_group()
4930 list_for_each_entry(kctx, &scheduler->runnable_kctxs, csf.link) in scheduler_prepare()
6481 INIT_LIST_HEAD(&scheduler->runnable_kctxs); in kbase_csf_scheduler_early_init()