Home
last modified time | relevance | path

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

/kernel/locking/
Dmutex.h48 #define debug_mutex_unlock(lock) do { } while (0) macro
Dmutex-debug.h26 extern void debug_mutex_unlock(struct mutex *lock);
Dmutex-debug.c72 void debug_mutex_unlock(struct mutex *lock) in debug_mutex_unlock() function
Dmutex.c741 debug_mutex_unlock(lock); in __mutex_unlock_common_slowpath()