Searched refs:zero_jobs_wait (Results 1 – 6 of 6) sorted by relevance
820 wait_queue_head_t zero_jobs_wait; member
641 wait_queue_head_t zero_jobs_wait; member
902 …wake_up(&kctx->jctx.zero_jobs_wait); /* All events are safely queued now, and we can signal any wa… in jd_done_nolock()1864 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
645 wake_up(&kctx->jctx.zero_jobs_wait); in kbase_jd_done_nolock()1631 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
824 wait_event(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0); in kbase_jm_wait_for_zero_jobs()
865 timeout = wait_event_timeout(kctx->jctx.zero_jobs_wait, in kbase_jm_wait_for_zero_jobs()