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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmutex-debug.h21 extern void debug_mutex_add_waiter(struct mutex *lock,
H A Dmutex.h41 #define debug_mutex_add_waiter(lock, waiter, ti) do { } while (0) macro
H A Dmutex-debug.c51 void debug_mutex_add_waiter(struct mutex *lock, struct mutex_waiter *waiter, function
H A Dmutex.c208 debug_mutex_add_waiter(lock, &waiter, task_thread_info(task));

Completed in 47 milliseconds