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
235 event_notifier_get_fd(s->irq_notifier)); in nvme_create_queue_pair()
659 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_handle_event()
713 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_cb()
735 irq_notifier[MSIX_SHARED_IRQ_IDX]); in nvme_poll_ready()
758 ret = event_notifier_init(&s->irq_notifier[MSIX_SHARED_IRQ_IDX], 0); in nvme_init()
865 ret = qemu_vfio_pci_init_irq(s->vfio, s->irq_notifier, in nvme_init()
871 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_init()
957 &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_close()
959 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,