Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-nested-aio-poll.c24 EventNotifier poll_notifier;
49 TestData *td = container_of(notifier, TestData, poll_notifier); in io_poll_ready()
87 event_notifier_init(&td.poll_notifier, 1); in test()
88 aio_set_event_notifier(td.ctx, &td.poll_notifier, in test()
112 aio_set_event_notifier(td.ctx, &td.poll_notifier, NULL, NULL, NULL); in test()
114 event_notifier_cleanup(&td.poll_notifier); in test()
23 EventNotifier poll_notifier; global() member
/openbmc/qemu/include/hw/pci/
H A Dmsix.h49 MSIVectorPollNotifier poll_notifier);
/openbmc/qemu/hw/pci/
H A Dmsix.c636 MSIVectorPollNotifier poll_notifier) in msix_set_vector_notifiers() argument
644 dev->msix_vector_poll_notifier = poll_notifier; in msix_set_vector_notifiers()