Lines Matching refs:start_work_mutex
172 struct mutex start_work_mutex; member
632 mutex_lock(&sched->start_work_mutex); in thread_func()
633 mutex_unlock(&sched->start_work_mutex); in thread_func()
654 EXCLUSIVE_LOCK_FUNCTION(sched->start_work_mutex) in create_tasks()
667 mutex_lock(&sched->start_work_mutex); in create_tasks()
684 UNLOCK_FUNCTION(sched->start_work_mutex) in destroy_tasks()
691 mutex_unlock(&sched->start_work_mutex); in destroy_tasks()
705 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in wait_for_tasks()
725 mutex_unlock(&sched->start_work_mutex); in wait_for_tasks()
747 mutex_lock(&sched->start_work_mutex); in wait_for_tasks()
757 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in run_one_test()
3603 mutex_init(&sched->start_work_mutex); in perf_sched__replay()
3650 mutex_destroy(&sched->start_work_mutex); in perf_sched__replay()