Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vhost/
Dvhost.h223 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev,
Dvhost.c1187 __poll_t vhost_chr_poll(struct file *file, struct vhost_dev *dev, in vhost_chr_poll() function
1199 EXPORT_SYMBOL(vhost_chr_poll);
Dnet.c1787 return vhost_chr_poll(file, dev, wait); in vhost_net_chr_poll()