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.c778 bool host_notifier = false; in main() local
800 host_notifier = true; in main()
817 if (host_notifier) { in main()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c153 EventNotifier host_notifier; member
2484 event_notifier_set(&vq->host_notifier); in virtio_queue_notify()
3793 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_begin()
3801 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll()
3808 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_ready()
3815 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_end()
3834 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3838 aio_set_event_notifier_poll(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3847 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier()
3863 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier_no_poll()
[all …]
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1611 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq); in virtio_blk_ioeventfd_stop_vq_bh() local
1619 virtio_queue_host_notifier_read(host_notifier); in virtio_blk_ioeventfd_stop_vq_bh()