Searched refs:LOCK_DEBUG (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dspin.h29 #if LOCK_DEBUG > 0
/freebsd-9.3-release/sys/sys/
H A Drmlock.h76 #ifndef LOCK_DEBUG
77 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/rmlock.h>
80 #if LOCK_DEBUG > 0
H A Drwlock.h148 #ifndef LOCK_DEBUG
149 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/rwlock.h>
151 #if LOCK_DEBUG > 0 || defined(RWLOCK_NOINLINE)
H A Dlock.h117 * then turn on LOCK_DEBUG. When this option is on, extra debugging
125 #define LOCK_DEBUG 1 macro
127 #define LOCK_DEBUG 0 macro
131 * In the LOCK_DEBUG case, use the filename and line numbers for debugging
134 #if LOCK_DEBUG > 0
H A Dmutex.h298 #ifndef LOCK_DEBUG
299 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h>
301 #if LOCK_DEBUG > 0 || defined(MUTEX_NOINLINE)
310 #else /* LOCK_DEBUG == 0 && !MUTEX_NOINLINE */
319 #endif /* LOCK_DEBUG > 0 || MUTEX_NOINLINE */
H A Dsx.h216 #ifndef LOCK_DEBUG
217 #error "LOCK_DEBUG not defined, include <sys/lock.h> before <sys/sx.h>"
219 #if (LOCK_DEBUG > 0) || defined(SX_NOINLINE)
245 #endif /* LOCK_DEBUG > 0 || SX_NOINLINE */
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcryptlib.c197 #ifdef LOCK_DEBUG
233 #ifdef LOCK_DEBUG
238 #ifdef LOCK_DEBUG
247 #ifdef LOCK_DEBUG
/freebsd-9.3-release/sys/kern/
H A Dkern_rmlock.c551 #ifdef LOCK_DEBUG

Completed in 80 milliseconds