Searched refs:WITNESS_RESTORE (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_condvar.c | 155 WITNESS_RESTORE(lock, lock_witness); in _cv_wait() 261 WITNESS_RESTORE(lock, lock_witness); in _cv_wait_sig() 321 WITNESS_RESTORE(lock, lock_witness); in _cv_timedwait_sbt() 384 WITNESS_RESTORE(lock, lock_witness); in _cv_timedwait_sig_sbt()
|
| H A D | kern_synch.c | 231 WITNESS_RESTORE(lock, lock_witness); in _sleep() 300 WITNESS_RESTORE(&mtx->lock_object, mtx); in msleep_spin_sbt()
|
| H A D | kern_sx.c | 107 WITNESS_RESTORE(&Giant.lock_object, Giant); \
|
| H A D | kern_lock.c | 101 WITNESS_RESTORE(&Giant.lock_object, Giant); \
|
| /f-stack/freebsd/sys/ |
| H A D | lock.h | 295 #define WITNESS_RESTORE(lock, n) \ macro 323 #define WITNESS_RESTORE(lock, n) (void)0 macro
|
| H A D | mutex.h | 516 WITNESS_RESTORE(&Giant.lock_object, Giant); \
|