Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlock.h280 #define WITNESS_UNLOCK(lock, flags, file, line) \ macro
319 #define WITNESS_UNLOCK(lock, flags, file, line) (void)0 macro
/freebsd/sys/kern/
H A Dkern_mutex.c323 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 Dkern_lock.c217 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 Dkern_rmlock.c627 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 Dkern_sx.c406 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 Dkern_rwlock.c381 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()