Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_scheduler.c2187 scheduler->total_runnable_grps++; in insert_group_to_runnable()
2190 (scheduler->total_runnable_grps == 1 || in insert_group_to_runnable()
2295 WARN_ON(scheduler->total_runnable_grps == 0); in remove_group_from_runnable()
2296 scheduler->total_runnable_grps--; in remove_group_from_runnable()
2297 if (!scheduler->total_runnable_grps) { in remove_group_from_runnable()
2306 (((u64)scheduler->total_runnable_grps) << 32)); in remove_group_from_runnable()
2927 scheduler->total_runnable_grps); in sched_evict_group()
2931 (((u64)scheduler->total_runnable_grps) << 32) | in sched_evict_group()
2934 group->handle, scheduler->total_runnable_grps); in sched_evict_group()
3067 WARN_ON(kbdev->csf.scheduler.total_runnable_grps == 0); in scheduler_group_schedule()
[all …]
H A Dmali_kbase_csf_defs.h1095 u32 total_runnable_grps; member