Searched refs:work_done_wait_mutex (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-sched.c171 struct mutex work_done_wait_mutex; member in struct:perf_sched
638 mutex_lock(&sched->work_done_wait_mutex);
639 mutex_unlock(&sched->work_done_wait_mutex);
646 EXCLUSIVE_LOCK_FUNCTION(sched->work_done_wait_mutex)
659 mutex_lock(&sched->work_done_wait_mutex);
677 UNLOCK_FUNCTION(sched->work_done_wait_mutex)
684 mutex_unlock(&sched->work_done_wait_mutex);
697 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
706 mutex_unlock(&sched->work_done_wait_mutex);
714 mutex_lock(&sched->work_done_wait_mutex);
[all...]

Completed in 161 milliseconds