Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dmutex.h15 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
H A Dmutex-debug.h22 extern void debug_mutex_add_waiter(struct mutex *lock,
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.c216 debug_mutex_add_waiter(lock, waiter, current); in __mutex_add_waiter()