Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
Dvhost.h55 void vhost_poll_stop(struct vhost_poll *poll);
Dtest.c285 vhost_poll_stop(&vq->poll); in vhost_test_set_backend()
Dvhost.c217 vhost_poll_stop(poll); in vhost_poll_start()
227 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop() function
234 EXPORT_SYMBOL_GPL(vhost_poll_stop);
944 vhost_poll_stop(&dev->vqs[i]->poll); in vhost_dev_stop()
1997 vhost_poll_stop(&vq->poll); in vhost_vring_ioctl()
Dnet.c432 vhost_poll_stop(poll); in vhost_net_disable_vq()