Lines Matching refs:USE_SPIN_LOCKS
117 USE_SPIN_LOCKS=0. However, if USE_RECURSIVE_LOCKS is defined,
270 USE_SPIN_LOCKS default: 1 iff USE_LOCKS and spin locks available
588 #define USE_LOCKS ((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
597 #ifndef USE_SPIN_LOCKS
598 #define USE_SPIN_LOCKS 1
599 #endif /* USE_SPIN_LOCKS */
600 #elif USE_SPIN_LOCKS
601 #error "USE_SPIN_LOCKS defined without implementation"
603 #elif !defined(USE_SPIN_LOCKS)
604 #define USE_SPIN_LOCKS 0
1501 #if (defined(USE_RECURSIVE_LOCKS) && USE_RECURSIVE_LOCKS != 0) || !USE_SPIN_LOCKS
1822 #elif USE_SPIN_LOCKS