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.c1074 const EventNotifier *event_notifier = &svq->hdev_kick; in vhost_vdpa_svq_set_fds()
1077 r = event_notifier_init(&svq->hdev_kick, 0); in vhost_vdpa_svq_set_fds()
1110 event_notifier_cleanup(&svq->hdev_kick); in vhost_vdpa_svq_set_fds()
1337 event_notifier_cleanup(&svq->hdev_kick); in vhost_vdpa_svqs_stop()
H A Dvhost-shadow-virtqueue.c262 event_notifier_set(&svq->hdev_kick); in vhost_svq_kick()