Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dvhost.h44 void vhost_poll_stop(struct vhost_poll *poll);
Dvhost.c215 vhost_poll_stop(poll); in vhost_poll_start()
225 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop() function
232 EXPORT_SYMBOL_GPL(vhost_poll_stop);
565 vhost_poll_stop(&dev->vqs[i]->poll); in vhost_dev_stop()
1567 vhost_poll_stop(&vq->poll); in vhost_vring_ioctl()
Dnet.c417 vhost_poll_stop(poll); in vhost_net_disable_vq()