vfio_irqfd_cleanup_wq   20 drivers/vfio/virqfd.c static struct workqueue_struct *vfio_irqfd_cleanup_wq;
vfio_irqfd_cleanup_wq   25 drivers/vfio/virqfd.c 	vfio_irqfd_cleanup_wq =
vfio_irqfd_cleanup_wq   27 drivers/vfio/virqfd.c 	if (!vfio_irqfd_cleanup_wq)
vfio_irqfd_cleanup_wq   35 drivers/vfio/virqfd.c 	destroy_workqueue(vfio_irqfd_cleanup_wq);
vfio_irqfd_cleanup_wq   40 drivers/vfio/virqfd.c 	queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown);
vfio_irqfd_cleanup_wq  213 drivers/vfio/virqfd.c 	flush_workqueue(vfio_irqfd_cleanup_wq);