Home
last modified time | relevance | path

Searched refs:debug_mutex_unlock (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/locking/ !
H A Dmutex.h61 extern void debug_mutex_unlock(struct mutex *lock);
70 # define debug_mutex_unlock(lock) do { } while (0) macro
H A Dmutex-debug.c73 void debug_mutex_unlock(struct mutex *lock) in debug_mutex_unlock() function
H A Dmutex.c948 debug_mutex_unlock(lock); in __mutex_unlock_slowpath()