vhost_poll
struct vhost_poll poll[VHOST_NET_VQ_MAX];
struct vhost_poll *poll = n->poll + (nvq - n->vqs);
struct vhost_poll *poll = n->poll + (nvq - n->vqs);
struct vhost_poll *poll;
poll = container_of(pt, struct vhost_poll, table);
struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait);
void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,
int vhost_poll_start(struct vhost_poll *poll, struct file *file)
void vhost_poll_stop(struct vhost_poll *poll)
void vhost_poll_queue(struct vhost_poll *poll)
struct vhost_poll poll;
void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,
int vhost_poll_start(struct vhost_poll *poll, struct file *file);
void vhost_poll_stop(struct vhost_poll *poll);
void vhost_poll_queue(struct vhost_poll *poll);