Home
last modified time | relevance | path

Searched refs:masked_notifier (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost.c1334 event_notifier_test_and_clear(&vq->masked_notifier); in vhost_virtqueue_start()
1460 int r = event_notifier_init(&vq->masked_notifier, 0); in vhost_virtqueue_init()
1465 file.fd = event_notifier_get_wfd(&vq->masked_notifier); in vhost_virtqueue_init()
1496 event_notifier_cleanup(&vq->masked_notifier); in vhost_virtqueue_init()
1502 event_notifier_cleanup(&vq->masked_notifier); in vhost_virtqueue_cleanup()
1775 return event_notifier_test_and_clear(&vq->masked_notifier); in vhost_virtqueue_pending()
1791 file.fd = event_notifier_get_wfd(&hdev->vqs[index].masked_notifier); in vhost_virtqueue_mask()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h36 EventNotifier masked_notifier; member