Searched refs:os_mtx_owned (Results 1 – 2 of 2) sorted by relevance
133 #define os_mtx_owned(lock) mutex_owned(lock) macro139 #define os_mtx_owned(lock) (lockstatus(lock, curthread) == LK_EXCLUSIVE) macro
154 OS_ASSERT(os_mtx_owned(&vcpu->lock)); in nvmm_vcpu_free()