irqfd_shutdown
container_of(work, struct mshv_irqfd, irqfd_shutdown);
queue_work(irqfd_cleanup_wq, &irqfd->irqfd_shutdown);
INIT_WORK(&irqfd->irqfd_shutdown, mshv_irqfd_shutdown);
struct work_struct irqfd_shutdown;
INIT_WORK(&kirqfd->shutdown, irqfd_shutdown);
INIT_WORK(&irqfd->shutdown, irqfd_shutdown);