Searched refs:fence_queue_mtx (Results 1 – 3 of 3) sorted by relevance
55 mtx_lock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()64 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()67 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_dequeue()78 mtx_lock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()86 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()89 mtx_unlock_spin(&hypctx->fence_queue_mtx); in vmm_fence_enqueue()
101 struct mtx fence_queue_mtx; member
221 mtx_init(&hypctx->fence_queue_mtx, "fence queue", NULL, MTX_SPIN); in vmmops_vcpu_init()753 mtx_destroy(&hypctx->fence_queue_mtx); in vmmops_vcpu_cleanup()