Searched defs:debug_mutex_unlock (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/kernel/locking/ | ||
| D | mutex.h | 19 #define debug_mutex_unlock(lock)			do { } while (0)  macro | 
| D | mutex-debug.c | 72 void debug_mutex_unlock(struct mutex *lock)  in debug_mutex_unlock()  function |