Home
last modified time | relevance | path

Searched refs:event_notifier_set (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-aio.c97 event_notifier_set(e); in event_ready_cb()
281 event_notifier_set(&data.e); in test_wait_event_notifier()
306 event_notifier_set(&data.e); in test_flush_event_notifier()
335 event_notifier_set(&data.e); in test_wait_event_notifier_noflush()
343 event_notifier_set(&data.e); in test_wait_event_notifier_noflush()
349 event_notifier_set(&data.e); in test_wait_event_notifier_noflush()
355 event_notifier_set(&dummy.e); in test_wait_event_notifier_noflush()
612 event_notifier_set(&data.e); in test_source_wait_event_notifier()
637 event_notifier_set(&data.e); in test_source_flush_event_notifier()
666 event_notifier_set(&data.e); in test_source_wait_event_notifier_noflush()
[all …]
H A Dtest-nested-aio-poll.c54 event_notifier_set(&td->dummy_notifier); in io_poll_ready()
/openbmc/qemu/util/
H A Devent_notifier-posix.c68 event_notifier_set(e); in event_notifier_init()
104 int event_notifier_set(EventNotifier *e) in event_notifier_set() function
H A Devent_notifier-win32.c35 int event_notifier_set(EventNotifier *e) in event_notifier_set() function
H A Dasync.c502 event_notifier_set(&ctx->notifier); in aio_notify()
/openbmc/qemu/hw/remote/
H A Diohub.c65 event_notifier_set(&iohub->irqfds[pirq]); in remote_iohub_set_irq()
87 event_notifier_set(&iohub->irqfds[pirq]); in intr_resample_handler()
/openbmc/qemu/include/qemu/
H A Devent_notifier.h35 int event_notifier_set(EventNotifier *);
/openbmc/qemu/docs/spin/
H A Daio_notify.promela74 :: else -> printf("Skipped event_notifier_set\n"); skip;
/openbmc/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c241 event_notifier_set(&svq->hdev_kick); in vhost_svq_kick()
504 event_notifier_set(&svq->svq_call); in vhost_svq_flush()
644 event_notifier_set(svq_kick); in vhost_svq_set_svq_kick_fd()
H A Dvirtio.c2498 event_notifier_set(&vq->host_notifier); in virtio_queue_notify()
2668 event_notifier_set(notifier); in virtio_notify_irqfd_deferred_fn()
3809 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier()
3835 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier_no_poll()
4043 event_notifier_set(&vq->host_notifier); in virtio_device_start_ioeventfd_impl()
H A Dvhost.c1859 event_notifier_set(&dev->vdev->config_notifier); in vhost_start_config_intr()
H A Dvirtio-pci.c1012 event_notifier_set(n); in virtio_pci_one_vector_unmask()
/openbmc/qemu/hw/usb/
H A Du2f-emulated.c190 event_notifier_set(&key->notifier); in u2f_emulated_thread()
H A Dccid-card-emulated.c170 event_notifier_set(&card->notifier); in emulated_push_event()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c542 return event_notifier_set(&sint_route->sint_set_notifier); in hyperv_sint_route_set_sint()
730 event_notifier_set(handler->notifier); in hyperv_hcall_signal_event()
H A Dvmbus.c717 event_notifier_set(&chan->notifier); in vmbus_channel_notify_host()
/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c138 event_notifier_set(virtio_queue_get_host_notifier(kick_vq)); in vhost_user_scsi_handle_output()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c306 event_notifier_set(virtio_queue_get_host_notifier(kick_vq)); in vhost_user_blk_handle_output()
/openbmc/qemu/hw/misc/
H A Divshmem.c203 event_notifier_set(&s->peers[dest].eventfds[vector]); in ivshmem_io_write()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c1052 event_notifier_set(notifier); in virtio_ccw_set_guest_notifier()
/openbmc/qemu/system/
H A Dmemory.c1482 event_notifier_set(ioeventfd.e); in memory_region_dispatch_write_eventfds()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c164 event_notifier_set(rfd->resample_event); in kvm_resample_fd_notify()