Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dvhost.h45 void vhost_poll_flush(struct vhost_poll *poll);
Dtest.c149 vhost_poll_flush(&n->vqs[index].poll); in vhost_test_flush_vq()
Dvhost.c249 void vhost_poll_flush(struct vhost_poll *poll) in vhost_poll_flush() function
253 EXPORT_SYMBOL_GPL(vhost_poll_flush);
610 vhost_poll_flush(&dev->vqs[i]->poll); in vhost_dev_stop()
1716 vhost_poll_flush(&vq->poll); in vhost_vring_ioctl()
Dvsock.c598 vhost_poll_flush(&vsock->vqs[i].poll); in vhost_vsock_flush()
Dnet.c1365 vhost_poll_flush(n->poll + index); in vhost_net_flush_vq()
1366 vhost_poll_flush(&n->vqs[index].vq.poll); in vhost_net_flush_vq()
Dscsi.c1345 vhost_poll_flush(&vs->vqs[index].vq.poll); in vhost_scsi_flush_vq()