Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_condvar.c141 WITNESS_SAVE(lock, lock_witness); in _cv_wait()
247 WITNESS_SAVE(lock, lock_witness); in _cv_wait_sig()
307 WITNESS_SAVE(lock, lock_witness); in _cv_timedwait_sbt()
370 WITNESS_SAVE(lock, lock_witness); in _cv_timedwait_sig_sbt()
H A Dkern_synch.c190 WITNESS_SAVE(lock, lock_witness); in _sleep()
210 WITNESS_SAVE(lock, lock_witness); in _sleep()
258 WITNESS_SAVE(&mtx->lock_object, mtx); in msleep_spin_sbt()
H A Dkern_sx.c94 WITNESS_SAVE(&Giant.lock_object, Giant); \
H A Dkern_lock.c106 WITNESS_SAVE(&Giant.lock_object, Giant); \
/f-stack/freebsd/sys/
H A Dlock.h292 #define WITNESS_SAVE(lock, n) \ macro
322 #define WITNESS_SAVE(lock, n) (void)0 macro
H A Dmutex.h501 WITNESS_SAVE(&Giant.lock_object, Giant); \