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

/linux-4.4.14/kernel/locking/
H A Dmutex.h42 #define debug_mutex_unlock(lock) do { } while (0) macro
H A Dmutex-debug.h26 extern void debug_mutex_unlock(struct mutex *lock);
H A Dmutex-debug.c72 void debug_mutex_unlock(struct mutex *lock) debug_mutex_unlock() function
H A Dmutex.c39 * wait_lock region. debug_mutex_unlock() will do the actual unlock in this
737 debug_mutex_unlock(lock); __mutex_unlock_common_slowpath()

Completed in 65 milliseconds