Searched refs:MUTEX_DEBUG_INIT (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/include/linux/ | ||
D | poison.h | 77 #define MUTEX_DEBUG_INIT 0x11 macro |
/linux-3.4.99/kernel/ | ||
D | mutex-debug.c | 32 memset(waiter, MUTEX_DEBUG_INIT, sizeof(*waiter)); in debug_mutex_lock_common() |