Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvhost.h220 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
H A Dvhost.c1189 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev, in vhost_chr_poll() function
1201 EXPORT_SYMBOL(vhost_chr_poll);
H A Dnet.c1770 return vhost_chr_poll(file, dev, wait); in vhost_net_chr_poll()