Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.h55 EventNotifier hdev_kick; member
H A Dvhost-vdpa.c1056 const EventNotifier *event_notifier = &svq->hdev_kick; in vhost_vdpa_svq_set_fds()
1059 r = event_notifier_init(&svq->hdev_kick, 0); in vhost_vdpa_svq_set_fds()
1092 event_notifier_cleanup(&svq->hdev_kick); in vhost_vdpa_svq_set_fds()
1312 event_notifier_cleanup(&svq->hdev_kick); in vhost_vdpa_svqs_stop()
H A Dvhost-shadow-virtqueue.c241 event_notifier_set(&svq->hdev_kick); in vhost_svq_kick()