Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.h23 u32 big_job_num; member
60 return job_queue_gp.big_job_num; in mali_scheduler_job_gp_big_job_count()
H A Dmali_scheduler.c116 job_queue_gp.big_job_num = 0; in mali_scheduler_initialize()
121 job_queue_pp.big_job_num = 0; in mali_scheduler_initialize()
324 MALI_DEBUG_ASSERT(job_queue_gp.big_job_num <= job_queue_gp.depth); in mali_scheduler_job_gp_get()
340 job_queue_gp.big_job_num --; in mali_scheduler_job_gp_get()
341 if (job_queue_gp.big_job_num < MALI_MAX_PENDING_BIG_JOB) { in mali_scheduler_job_gp_get()
643 job_queue_gp.big_job_num -= gp_job->big_job ? 1 : 0; in mali_scheduler_abort_session()
653 job_queue_gp.big_job_num -= gp_job->big_job ? 1 : 0; in mali_scheduler_abort_session()
1154 job_queue_gp.big_job_num += (job->big_job) ? 1 : 0; in mali_scheduler_queue_gp_job()