Searched defs:debug_mutex_add_waiter (Results 1 – 2 of 2) sorted by relevance
51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, in debug_mutex_add_waiter() function
41 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro