Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Devent_notifier.h41 int event_notifier_get_wfd(const EventNotifier *);
/openbmc/qemu/util/
H A Devent_notifier-posix.c99 int event_notifier_get_wfd(const EventNotifier *e) in event_notifier_get_wfd() function
/openbmc/qemu/hw/virtio/
H A Dvhost.c1465 file.fd = event_notifier_get_wfd(&vq->masked_notifier); in vhost_virtqueue_init()
1791 file.fd = event_notifier_get_wfd(&hdev->vqs[index].masked_notifier); in vhost_virtqueue_mask()
1793 file.fd = event_notifier_get_wfd(virtio_queue_get_guest_notifier(vvq)); in vhost_virtqueue_mask()