Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c504 event_notifier_set(&svq->svq_call); in vhost_svq_flush()
584 memset(&svq->svq_call, 0, sizeof(svq->svq_call)); in vhost_svq_set_svq_call_fd()
586 event_notifier_init_fd(&svq->svq_call, call_fd); in vhost_svq_set_svq_call_fd()
H A Dvhost-shadow-virtqueue.h70 EventNotifier svq_call; member