Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvhost.h240 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
H A Dvsock.c899 return vhost_chr_poll(file, dev, wait); in vhost_vsock_chr_poll()
H A Dvhost.c1550 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev, in vhost_chr_poll() function
1562 EXPORT_SYMBOL(vhost_chr_poll);
H A Dnet.c1775 return vhost_chr_poll(file, dev, wait); in vhost_net_chr_poll()