Home
last modified time | relevance | path

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

/linux-3.3/kernel/
Dmutex.h46 debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter) in debug_mutex_lock_common() function
Dmutex-debug.h16 extern void debug_mutex_lock_common(struct mutex *lock,
Dmutex-debug.c30 void debug_mutex_lock_common(struct mutex *lock, struct mutex_waiter *waiter) in debug_mutex_lock_common() function
Dmutex.c200 debug_mutex_lock_common(lock, &waiter); in __mutex_lock_common()