Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.c60 struct mali_scheduler_job_queue job_queue_gp; variable
113 _MALI_OSK_INIT_LIST_HEAD(&job_queue_gp.normal_pri); in mali_scheduler_initialize()
114 _MALI_OSK_INIT_LIST_HEAD(&job_queue_gp.high_pri); in mali_scheduler_initialize()
115 job_queue_gp.depth = 0; in mali_scheduler_initialize()
116 job_queue_gp.big_job_num = 0; in mali_scheduler_initialize()
323 MALI_DEBUG_ASSERT(0 < job_queue_gp.depth); in mali_scheduler_job_gp_get()
324 MALI_DEBUG_ASSERT(job_queue_gp.big_job_num <= job_queue_gp.depth); in mali_scheduler_job_gp_get()
326 if (!_mali_osk_list_empty(&job_queue_gp.high_pri)) { in mali_scheduler_job_gp_get()
327 queue = &job_queue_gp.high_pri; in mali_scheduler_job_gp_get()
329 queue = &job_queue_gp.normal_pri; in mali_scheduler_job_gp_get()
[all …]
H A Dmali_scheduler.h29 extern struct mali_scheduler_job_queue job_queue_gp;
56 return job_queue_gp.depth; in mali_scheduler_job_gp_count()
60 return job_queue_gp.big_job_num; in mali_scheduler_job_gp_big_job_count()