Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/locking/
Dmutex.h18 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
Dmutex-debug.h22 extern void debug_mutex_add_waiter(struct mutex *lock,
Dmutex-debug.c51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
Dmutex.c211 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()