Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dmutex.h17 #define debug_mutex_unlock(lock) do { } while (0) macro
H A Dmutex-debug.h27 extern void debug_mutex_unlock(struct mutex *lock);
H A Dmutex-debug.c72 void debug_mutex_unlock(struct mutex *lock) in debug_mutex_unlock() function
H A Dmutex.c1281 debug_mutex_unlock(lock); in __mutex_unlock_slowpath()