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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dspinlock.h63 #define DEBUG_SPINLOCKS 0 /* 0 == no debugging, 1 == maintain lock state, 2 == full debug */ macro
65 #if (DEBUG_SPINLOCKS < 1)
85 #elif (DEBUG_SPINLOCKS < 2)
100 #else /* (DEBUG_SPINLOCKS >= 2) */
119 #endif /* DEBUG_SPINLOCKS */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dspinlock.h63 #define DEBUG_SPINLOCKS 0 /* 0 == no debugging, 1 == maintain lock state, 2 == full debug */ macro
65 #if (DEBUG_SPINLOCKS < 1)
85 #elif (DEBUG_SPINLOCKS < 2)
100 #else /* (DEBUG_SPINLOCKS >= 2) */
119 #endif /* DEBUG_SPINLOCKS */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dtmscsim.h226 #if defined(USE_SPINLOCKS) && USE_SPINLOCKS > 1 && (defined(CONFIG_SMP) || DEBUG_SPINLOCKS > 0)
H A Dtmscsim.c257 //#define DEBUG_SPINLOCKS 2 /* Set to 0, 1 or 2 in include/linux/spinlock.h */
296 # if defined (CONFIG_SMP) || DEBUG_SPINLOCKS > 0
325 # if defined (CONFIG_SMP) || DEBUG_SPINLOCKS > 0

Completed in 81 milliseconds