Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vhost/
Dvhost.h46 void vhost_poll_stop(struct vhost_poll *poll);
Dtest.c292 vhost_poll_stop(&vq->poll); in vhost_test_set_backend()
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);
665 vhost_poll_stop(&dev->vqs[i]->poll); in vhost_dev_stop()
1696 vhost_poll_stop(&vq->poll); in vhost_vring_ioctl()
Dnet.c429 vhost_poll_stop(poll); in vhost_net_disable_vq()