Lines Matching refs:work_done_wait_mutex
173 struct mutex work_done_wait_mutex; member
647 mutex_lock(&sched->work_done_wait_mutex); in thread_func()
648 mutex_unlock(&sched->work_done_wait_mutex); in thread_func()
655 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex) in create_tasks()
668 mutex_lock(&sched->work_done_wait_mutex); in create_tasks()
685 UNLOCK_FUNCTION(sched->work_done_wait_mutex) in destroy_tasks()
692 mutex_unlock(&sched->work_done_wait_mutex); in destroy_tasks()
704 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()
713 mutex_unlock(&sched->work_done_wait_mutex); in wait_for_tasks()
721 mutex_lock(&sched->work_done_wait_mutex); in wait_for_tasks()
756 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in run_one_test()
3604 mutex_init(&sched->work_done_wait_mutex); in perf_sched__replay()
3651 mutex_destroy(&sched->work_done_wait_mutex); in perf_sched__replay()