Home
last modified time | relevance | path

Searched refs:LOCK_DEBUG (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/sys/
H A D_lock.h53 #define LOCK_DEBUG 1 macro
55 #define LOCK_DEBUG 0 macro
62 #if LOCK_DEBUG > 0
H A Dmutex.h99 #if LOCK_DEBUG > 0
111 #if LOCK_DEBUG > 0
135 #if LOCK_DEBUG > 0
144 #elif LOCK_DEBUG > 0
152 #if LOCK_DEBUG > 0
174 #if LOCK_DEBUG > 0
186 #if LOCK_DEBUG > 0
409 #ifndef LOCK_DEBUG
410 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h>
412 #if LOCK_DEBUG > 0 || defined(MUTEX_NOINLINE)
H A Drwlock.h177 #if LOCK_DEBUG > 0
188 #if LOCK_DEBUG > 0
216 #ifndef LOCK_DEBUG
217 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/rwlock.h>
219 #if LOCK_DEBUG > 0 || defined(RWLOCK_NOINLINE)
H A Drmlock.h77 #ifndef LOCK_DEBUG
78 #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/rmlock.h>
81 #if LOCK_DEBUG > 0
H A Dsx.h154 #if (LOCK_DEBUG == 0)
186 #ifndef LOCK_DEBUG
189 #if (LOCK_DEBUG > 0) || defined(SX_NOINLINE)
204 #if (LOCK_DEBUG > 0)
H A Dlock.h133 #if LOCK_DEBUG > 0
/freebsd/sys/kern/
H A Dkern_mutex.c509 #if LOCK_DEBUG > 0
568 #if LOCK_DEBUG > 0 in __mtx_lock_sleep()
577 #if LOCK_DEBUG > 0 in __mtx_lock_sleep()
718 #if LOCK_DEBUG > 0
841 #if LOCK_DEBUG > 0
871 #if LOCK_DEBUG > 0 in _thread_lock()
1030 #if LOCK_DEBUG > 0
H A Dkern_rmlock.c591 #if LOCK_DEBUG > 0
H A Dkern_sx.c410 #if LOCK_DEBUG > 0 in _sx_xunlock()