Home
last modified time | relevance | path

Searched defs:debug_mutex_unlock (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/locking/
H A Dmutex-debug.c71 void debug_mutex_unlock(struct mutex *lock) debug_mutex_unlock() function
H A Dmutex.h43 # define debug_mutex_unlock(lock) do { } while (0) macro