Home
last modified time | relevance | path

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

/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c73 EventNotifier *host_notifier; in virtio_scsi_dataplane_stop_bh() local
77 host_notifier = virtio_queue_get_host_notifier(vs->ctrl_vq); in virtio_scsi_dataplane_stop_bh()
83 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
86 host_notifier = virtio_queue_get_host_notifier(vs->event_vq); in virtio_scsi_dataplane_stop_bh()
87 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
91 host_notifier = virtio_queue_get_host_notifier(vs->cmd_vqs[i]); in virtio_scsi_dataplane_stop_bh()
92 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
/qemu/hw/virtio/
H A Dvirtio.c153 EventNotifier host_notifier; member
2295 event_notifier_set(&vq->host_notifier); in virtio_queue_notify()
3579 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3583 aio_set_event_notifier_poll(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3592 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier()
3608 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier_no_poll()
3618 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier_no_poll()
3647 return &vq->host_notifier; in virtio_queue_get_host_notifier()
3808 event_notifier_set_handler(&vq->host_notifier, in virtio_device_start_ioeventfd_impl()
3818 event_notifier_set(&vq->host_notifier); in virtio_device_start_ioeventfd_impl()
[all …]
/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()
/qemu/hw/block/
H A Dvirtio-blk.c1740 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq); in virtio_blk_ioeventfd_stop_vq_bh() local
1748 virtio_queue_host_notifier_read(host_notifier); in virtio_blk_ioeventfd_stop_vq_bh()