Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dvhost.h44 void vhost_poll_stop(struct vhost_poll *poll);
Dvhost.c214 vhost_poll_stop(poll); in vhost_poll_start()
224 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop() function
231 EXPORT_SYMBOL_GPL(vhost_poll_stop);
609 vhost_poll_stop(&dev->vqs[i]->poll); in vhost_dev_stop()
1703 vhost_poll_stop(&vq->poll); in vhost_vring_ioctl()
Dnet.c429 vhost_poll_stop(poll); in vhost_net_disable_vq()