Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dvhost.h43 int vhost_poll_start(struct vhost_poll *poll, struct file *file);
Dvhost.c164 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start() function
183 EXPORT_SYMBOL_GPL(vhost_poll_start);
928 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
Dnet.c740 return vhost_poll_start(poll, sock->file); in vhost_net_enable_vq()