Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vfio/
Dvfio_iommu_type1.c76 wait_queue_head_t vaddr_wait; member
594 prepare_to_wait(&iommu->vaddr_wait, &wait, TASK_KILLABLE); in vfio_wait()
598 finish_wait(&iommu->vaddr_wait, &wait); in vfio_wait()
1173 wake_up_all(&iommu->vaddr_wait); in vfio_remove_dma()
1606 wake_up_all(&iommu->vaddr_wait); in vfio_dma_do_map()
2679 init_waitqueue_head(&iommu->vaddr_wait); in vfio_iommu_type1_open()
3255 wake_up_all(&iommu->vaddr_wait); in vfio_iommu_type1_notify()