Searched refs:debug_mutex_add_waiter (Results 1 – 4 of 4) sorted by relevance
18 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
22 extern void debug_mutex_add_waiter(struct mutex *lock,
51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
211 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()