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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Deventfd.c57 static struct workqueue_struct *irqfd_cleanup_wq; variable in typeref:struct:workqueue_struct
117 queue_work(irqfd_cleanup_wq, &irqfd->shutdown);
286 flush_workqueue(irqfd_cleanup_wq);
320 flush_workqueue(irqfd_cleanup_wq);
331 irqfd_cleanup_wq = create_singlethread_workqueue("kvm-irqfd-cleanup");
332 if (!irqfd_cleanup_wq)
340 destroy_workqueue(irqfd_cleanup_wq);

Completed in 61 milliseconds