Searched refs:fence_queue_tail (Results 1 – 2 of 2) sorted by relevance
76 fence = &queue[hypctx->fence_queue_tail]; in vmm_fence_enqueue()79 hypctx->fence_queue_tail = in vmm_fence_enqueue()80 (hypctx->fence_queue_tail + 1) % VMM_FENCE_QUEUE_SIZE; in vmm_fence_enqueue()
103 int fence_queue_tail; member