Home
last modified time | relevance | path

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

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