Home
last modified time | relevance | path

Searched refs:WITNESS_SAVE_DECL (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_condvar.c110 WITNESS_SAVE_DECL(lock_witness); in _cv_wait()
230 WITNESS_SAVE_DECL(lock_witness); in _cv_wait_sig()
299 WITNESS_SAVE_DECL(lock_witness); in _cv_timedwait_sbt()
369 WITNESS_SAVE_DECL(lock_witness); in _cv_timedwait_sig_sbt()
H A Dkern_synch.c138 WITNESS_SAVE_DECL(lock_witness); in _sleep()
243 WITNESS_SAVE_DECL(mtx); in msleep_spin_sbt()
H A Dkern_sx.c86 WITNESS_SAVE_DECL(Giant) \
H A Dkern_lock.c100 WITNESS_SAVE_DECL(Giant)
/freebsd/sys/sys/
H A Dlock.h288 #define WITNESS_SAVE_DECL(n) \ macro
321 #define WITNESS_SAVE_DECL(n) (void)0 macro
H A Dmutex.h501 WITNESS_SAVE_DECL(Giant); \