Searched refs:WITNESS_UNLOCK (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | lock.h | 280 #define WITNESS_UNLOCK(lock, flags, file, line) \ macro 319 #define WITNESS_UNLOCK(lock, flags, file, line) (void)0 macro
|
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 323 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_flags() 418 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_spin_flags() 1222 WITNESS_UNLOCK(&m->lock_object, LOP_EXCLUSIVE, __FILE__, in _mtx_destroy()
|
H A D | kern_lock.c | 217 WITNESS_UNLOCK(&lk->lock_object, 0, file, line); in lockmgr_note_shared_release() 242 WITNESS_UNLOCK(&lk->lock_object, LOP_EXCLUSIVE, file, line); in lockmgr_note_exclusive_release() 1620 WITNESS_UNLOCK(&lk->lock_object, LOP_EXCLUSIVE, file, line); in _lockmgr_disown()
|
H A D | kern_rmlock.c | 627 WITNESS_UNLOCK(&rm->lock_object, LOP_EXCLUSIVE, file, line); in _rm_wunlock_debug() 691 WITNESS_UNLOCK(&rm->lock_object, 0, file, line); in _rm_runlock_debug()
|
H A D | kern_sx.c | 406 WITNESS_UNLOCK(&sx->lock_object, LOP_EXCLUSIVE, file, line); in _sx_xunlock() 1374 WITNESS_UNLOCK(&sx->lock_object, 0, file, line); in _sx_sunlock_int()
|
H A D | kern_rwlock.c | 381 WITNESS_UNLOCK(&rw->lock_object, LOP_EXCLUSIVE, file, line); in _rw_wunlock_cookie() 867 WITNESS_UNLOCK(&rw->lock_object, 0, file, line); in _rw_runlock_cookie_int()
|