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

/linux-4.4.14/drivers/vfio/
H A Dvirqfd.c23 static struct workqueue_struct *vfio_irqfd_cleanup_wq; variable in typeref:struct:workqueue_struct
28 vfio_irqfd_cleanup_wq = vfio_virqfd_init()
30 if (!vfio_irqfd_cleanup_wq) vfio_virqfd_init()
38 destroy_workqueue(vfio_irqfd_cleanup_wq); vfio_virqfd_exit()
43 queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown); virqfd_deactivate()
216 flush_workqueue(vfio_irqfd_cleanup_wq); vfio_virqfd_disable()

Completed in 47 milliseconds