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.h36 struct work_struct irqfd_shutdown; member
H A Dmshv_eventfd.c257 container_of(work, struct mshv_irqfd, irqfd_shutdown); in mshv_irqfd_shutdown()
296 queue_work(irqfd_cleanup_wq, &irqfd->irqfd_shutdown); in mshv_irqfd_deactivate()
410 INIT_WORK(&irqfd->irqfd_shutdown, mshv_irqfd_shutdown); in mshv_irqfd_assign()
/linux/virt/kvm/
H A Deventfd.c123 irqfd_shutdown(struct work_struct *work) in irqfd_shutdown() function
394 INIT_WORK(&irqfd->shutdown, irqfd_shutdown); in kvm_irqfd_assign()