Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/
H A Dvirqfd.c17 static struct workqueue_struct *vfio_irqfd_cleanup_wq; variable
22 vfio_irqfd_cleanup_wq = in vfio_virqfd_init()
24 if (!vfio_irqfd_cleanup_wq) in vfio_virqfd_init()
32 destroy_workqueue(vfio_irqfd_cleanup_wq); in vfio_virqfd_exit()
37 queue_work(vfio_irqfd_cleanup_wq, &virqfd->shutdown); in virqfd_deactivate()
221 flush_workqueue(vfio_irqfd_cleanup_wq); in vfio_virqfd_disable()
231 queue_work(vfio_irqfd_cleanup_wq, &(*pvirqfd)->flush_inject); in vfio_virqfd_flush_thread()
234 flush_workqueue(vfio_irqfd_cleanup_wq); in vfio_virqfd_flush_thread()