Home
last modified time | relevance | path

Searched refs:irq_notifier (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dnvme.c117 EventNotifier irq_notifier[MSIX_IRQ_COUNT]; member
237 event_notifier_get_fd(s->irq_notifier)); in nvme_create_queue_pair()
662 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_handle_event()
716 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_cb()
738 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_ready()
761 ret = event_notifier_init(&s->irq_notifier[MSIX_SHARED_IRQ_IDX], 0); in nvme_init()
868 ret = qemu_vfio_pci_init_irq(s->vfio, s->irq_notifier, in nvme_init()
874 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_init()
960 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_close()
962 event_notifier_cleanup(&s->irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_close()
[all …]
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-wakeupgen.c433 static int irq_notifier(struct notifier_block *self, unsigned long cmd, void *v) in irq_notifier() function
451 .notifier_call = irq_notifier,