Home
last modified time | relevance | path

Searched refs:vhost_poll_flush (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/vhost/
Dvhost.h45 void vhost_poll_flush(struct vhost_poll *poll);
Dtest.c145 vhost_poll_flush(&n->vqs[index].poll); in vhost_test_flush_vq()
Dvhost.c226 void vhost_poll_flush(struct vhost_poll *poll) in vhost_poll_flush() function
230 EXPORT_SYMBOL_GPL(vhost_poll_flush);
520 vhost_poll_flush(&dev->vqs[i]->poll); in vhost_dev_stop()
933 vhost_poll_flush(&vq->poll); in vhost_vring_ioctl()
Dnet.c765 vhost_poll_flush(n->poll + index); in vhost_net_flush_vq()
766 vhost_poll_flush(&n->vqs[index].vq.poll); in vhost_net_flush_vq()
Dscsi.c1157 vhost_poll_flush(&vs->vqs[index].vq.poll); in vhost_scsi_flush_vq()