Searched refs:debug_mutex_add_waiter (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | mutex.h | 29 extern void debug_mutex_add_waiter(struct mutex *lock, 41 # define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
|
H A D | mutex-debug.c | 50 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
|
H A D | mutex.c | 208 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | mutex.h | 15 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
|
H A D | mutex-debug.c | 51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
|
H A D | mutex.c | 211 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()
|
Completed in 4 milliseconds