Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_eventfd.c249 container_of(work, struct mshv_irqfd, irqfd_shutdown); in mshv_irqfd_shutdown()
287 queue_work(irqfd_cleanup_wq, &irqfd->irqfd_shutdown); in mshv_irqfd_deactivate()
403 INIT_WORK(&irqfd->irqfd_shutdown, mshv_irqfd_shutdown); in mshv_irqfd_assign()
/linux/virt/kvm/
H A Deventfd.c122 irqfd_shutdown(struct work_struct *work) in irqfd_shutdown() function
393 INIT_WORK(&irqfd->shutdown, irqfd_shutdown); in kvm_irqfd_assign()
/linux/drivers/xen/
H A Dprivcmd.c897 static void irqfd_shutdown(struct work_struct *work) in irqfd_shutdown() function
984 INIT_WORK(&kirqfd->shutdown, irqfd_shutdown); in privcmd_irqfd_assign()