Home
last modified time | relevance | path

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

/linux-5.10/kernel/locking/
Dmutex.h20 #define debug_mutex_init(lock, name, key) do { } while (0) macro
Dmutex-debug.h28 extern void debug_mutex_init(struct mutex *lock, const char *name,
Dmutex-debug.c80 void debug_mutex_init(struct mutex *lock, const char *name, in debug_mutex_init() function
Dmutex.c49 debug_mutex_init(lock, name, key); in __mutex_init()