Home
last modified time | relevance | path

Searched refs:debug_mutex_lock_common (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/locking/
H A Dmutex.h51 extern void debug_mutex_lock_common(struct mutex *lock,
65 # define debug_mutex_lock_common(lock, waiter) do { } while (0) macro
H A Dmutex-debug.c29 void debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter) in debug_mutex_lock_common() function
H A Dmutex.c623 debug_mutex_lock_common(lock, &waiter); in __mutex_lock_common()