Home
last modified time | relevance | path

Searched refs:debug_mutex_add_waiter (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/kernel/locking/
H A Dmutex.h29 extern void debug_mutex_add_waiter(struct mutex *lock,
41 # define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
H A Dmutex-debug.c50 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
H A Dmutex.c208 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()
/kernel/linux/linux-5.10/kernel/locking/
H A Dmutex.h15 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
H A Dmutex-debug.c51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
H A Dmutex.c211 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()

Completed in 4 milliseconds