Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h45 int vhost_poll_start(struct vhost_poll *poll, struct file *file);
Dvhost.c85 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start() function
792 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
Dnet.c753 return vhost_poll_start(poll, sock->file); in vhost_net_enable_vq()