Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dvhost.h43 int vhost_poll_start(struct vhost_poll *poll, struct file *file);
Dvhost.c203 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start() function
220 EXPORT_SYMBOL_GPL(vhost_poll_start);
1711 r = vhost_poll_start(&vq->poll, vq->kick); in vhost_vring_ioctl()
Dnet.c444 return vhost_poll_start(poll, sock->file); in vhost_net_enable_vq()