Home
last modified time | relevance | path

Searched refs:host_notifier (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build13 'host_notifier': {
15 '../../extensions/openpower-pels/host_notifier.cpp',
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c130 EventNotifier *host_notifier; in virtio_scsi_dataplane_stop_vq_bh() local
133 host_notifier = virtio_queue_get_host_notifier(vq); in virtio_scsi_dataplane_stop_vq_bh()
139 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_vq_bh()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmeson.build100 'host_notifier.cpp',
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c776 bool host_notifier = false; in main()
798 host_notifier = true; in main()
815 if (host_notifier) { in main()
778 bool host_notifier = false; main() local
/openbmc/qemu/hw/virtio/
H A Dvirtio.c155 EventNotifier host_notifier;
2496 event_notifier_set(&vq->host_notifier); in virtio_queue_vector()
3850 VirtQueue *vq = container_of(n, VirtQueue, host_notifier);
3858 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_aio_attach_host_notifier_no_poll()
3865 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_aio_attach_host_notifier_no_poll()
3872 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_aio_attach_host_notifier_no_poll()
3891 aio_set_event_notifier(ctx, &vq->host_notifier,
3895 aio_set_event_notifier_poll(ctx, &vq->host_notifier, in virtio_queue_host_notifier_read()
3904 event_notifier_set(&vq->host_notifier);
3920 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_set_host_notifier_mr()
153 EventNotifier host_notifier; global() member
[all...]
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1607 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq);
1615 virtio_queue_host_notifier_read(host_notifier); in virtio_blk_ioeventfd_stop_vq_bh()
1611 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq); virtio_blk_ioeventfd_stop_vq_bh() local