Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vfio/
Dvirqfd.c20 static struct workqueue_struct *vfio_irqfd_cleanup_wq; variable
25 vfio_irqfd_cleanup_wq = in vfio_virqfd_init()
27 if (!vfio_irqfd_cleanup_wq) in vfio_virqfd_init()
35 destroy_workqueue(vfio_irqfd_cleanup_wq); in vfio_virqfd_exit()
40 queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown); in virqfd_deactivate()
213 flush_workqueue(vfio_irqfd_cleanup_wq); in vfio_virqfd_disable()