Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dlock.h279 #define WITNESS_UNLOCK(lock, flags, file, line) \ macro
318 #define WITNESS_UNLOCK(lock, flags, file, line) (void)0 macro
/freebsd/sys/kern/
H A Dkern_mutex.c305 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_flags()
400 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_spin_flags()
1202 WITNESS_UNLOCK(&m->lock_object, LOP_EXCLUSIVE, __FILE__, in _mtx_destroy()
H A Dkern_lock.c222 WITNESS_UNLOCK(&lk->lock_object, 0, file, line); in lockmgr_note_shared_release()
247 WITNESS_UNLOCK(&lk->lock_object, LOP_EXCLUSIVE, file, line); in lockmgr_note_exclusive_release()
1641 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_rwlock.c367 WITNESS_UNLOCK(&rw->lock_object, LOP_EXCLUSIVE, file, line); in _rw_wunlock_cookie()
850 WITNESS_UNLOCK(&rw->lock_object, 0, file, line); in _rw_runlock_cookie_int()
H A Dkern_sx.c406 WITNESS_UNLOCK(&sx->lock_object, LOP_EXCLUSIVE, file, line); in _sx_xunlock()
1390 WITNESS_UNLOCK(&sx->lock_object, 0, file, line); in _sx_sunlock_int()