Lines Matching refs:work_done_wait_mutex
189 struct mutex work_done_wait_mutex;
656 mutex_lock(&sched->work_done_wait_mutex);
657 mutex_unlock(&sched->work_done_wait_mutex);
664 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex)
677 mutex_lock(&sched->work_done_wait_mutex);
695 UNLOCK_FUNCTION(sched->work_done_wait_mutex)
702 mutex_unlock(&sched->work_done_wait_mutex);
715 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
724 mutex_unlock(&sched->work_done_wait_mutex);
732 mutex_lock(&sched->work_done_wait_mutex);
768 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
3597 mutex_init(&sched.work_done_wait_mutex);
3686 mutex_destroy(&sched.work_done_wait_mutex);