Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_condvar.c111 WITNESS_SAVE_DECL(lock_witness); in _cv_wait()
215 WITNESS_SAVE_DECL(lock_witness); in _cv_wait_sig()
276 WITNESS_SAVE_DECL(lock_witness); in _cv_timedwait_sbt()
338 WITNESS_SAVE_DECL(lock_witness); in _cv_timedwait_sig_sbt()
H A Dkern_synch.c142 WITNESS_SAVE_DECL(lock_witness); in _sleep()
242 WITNESS_SAVE_DECL(mtx); in msleep_spin_sbt()
H A Dkern_sx.c89 WITNESS_SAVE_DECL(Giant) \
H A Dkern_lock.c96 WITNESS_SAVE_DECL(Giant)
/f-stack/freebsd/sys/
H A Dlock.h288 #define WITNESS_SAVE_DECL(n) \ macro
321 #define WITNESS_SAVE_DECL(n) (void)0 macro
H A Dmutex.h498 WITNESS_SAVE_DECL(Giant); \