Searched refs:WITNESS_UNLOCK (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | lock.h | 279 #define WITNESS_UNLOCK(lock, flags, file, line) \ macro 318 #define WITNESS_UNLOCK(lock, flags, file, line) (void)0 macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mutex.c | 303 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_flags() 398 WITNESS_UNLOCK(&m->lock_object, opts | LOP_EXCLUSIVE, file, line); in __mtx_unlock_spin_flags() 1193 WITNESS_UNLOCK(&m->lock_object, LOP_EXCLUSIVE, __FILE__, in _mtx_destroy()
|
| H A D | kern_lock.c | 218 WITNESS_UNLOCK(&lk->lock_object, 0, file, line); in lockmgr_note_shared_release() 243 WITNESS_UNLOCK(&lk->lock_object, LOP_EXCLUSIVE, file, line); in lockmgr_note_exclusive_release() 1633 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_rwlock.c | 369 WITNESS_UNLOCK(&rw->lock_object, LOP_EXCLUSIVE, file, line); in _rw_wunlock_cookie() 849 WITNESS_UNLOCK(&rw->lock_object, 0, file, line); in _rw_runlock_cookie_int()
|
| H A D | kern_sx.c | 409 WITNESS_UNLOCK(&sx->lock_object, LOP_EXCLUSIVE, file, line); in _sx_xunlock() 1373 WITNESS_UNLOCK(&sx->lock_object, 0, file, line); in _sx_sunlock_int()
|
| H A D | vfs_lookup.c | 130 WITNESS_UNLOCK(&lk->lock_object, 0, LOCK_FILE, LOCK_LINE); in crossmp_vop_unlock()
|