Searched defs:debug_mutex_init (Results 1 – 2 of 2) sorted by relevance
/kernel/locking/ | ||
D | mutex.h | 20 #define debug_mutex_init(lock, name, key) do { } while (0) macro |
D | mutex-debug.c | 80 void debug_mutex_init(struct mutex *lock, const char *name, in debug_mutex_init() function |