Lines Matching refs:hsm_irqfd
31 struct hsm_irqfd { struct
41 static void acrn_irqfd_inject(struct hsm_irqfd *irqfd) in acrn_irqfd_inject() argument
49 static void hsm_irqfd_shutdown(struct hsm_irqfd *irqfd) in hsm_irqfd_shutdown()
64 struct hsm_irqfd *irqfd; in hsm_irqfd_shutdown_work()
67 irqfd = container_of(work, struct hsm_irqfd, shutdown); in hsm_irqfd_shutdown_work()
80 struct hsm_irqfd *irqfd; in hsm_irqfd_wakeup()
83 irqfd = container_of(wait, struct hsm_irqfd, wait); in hsm_irqfd_wakeup()
99 struct hsm_irqfd *irqfd; in hsm_irqfd_poll_func()
101 irqfd = container_of(pt, struct hsm_irqfd, pt); in hsm_irqfd_poll_func()
113 struct hsm_irqfd *irqfd, *tmp; in acrn_irqfd_assign()
180 struct hsm_irqfd *irqfd, *tmp; in acrn_irqfd_deassign()
226 struct hsm_irqfd *irqfd, *next; in acrn_irqfd_deinit()