vhost_poll 134 drivers/vhost/net.c struct vhost_poll poll[VHOST_NET_VQ_MAX]; vhost_poll 426 drivers/vhost/net.c struct vhost_poll *poll = n->poll + (nvq - n->vqs); vhost_poll 437 drivers/vhost/net.c struct vhost_poll *poll = n->poll + (nvq - n->vqs); vhost_poll 161 drivers/vhost/vhost.c struct vhost_poll *poll; vhost_poll 163 drivers/vhost/vhost.c poll = container_of(pt, struct vhost_poll, table); vhost_poll 171 drivers/vhost/vhost.c struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); vhost_poll 188 drivers/vhost/vhost.c void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, vhost_poll 203 drivers/vhost/vhost.c int vhost_poll_start(struct vhost_poll *poll, struct file *file) vhost_poll 224 drivers/vhost/vhost.c void vhost_poll_stop(struct vhost_poll *poll) vhost_poll 249 drivers/vhost/vhost.c void vhost_poll_flush(struct vhost_poll *poll) vhost_poll 278 drivers/vhost/vhost.c void vhost_poll_queue(struct vhost_poll *poll) vhost_poll 41 drivers/vhost/vhost.h void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, vhost_poll 43 drivers/vhost/vhost.h int vhost_poll_start(struct vhost_poll *poll, struct file *file); vhost_poll 44 drivers/vhost/vhost.h void vhost_poll_stop(struct vhost_poll *poll); vhost_poll 45 drivers/vhost/vhost.h void vhost_poll_flush(struct vhost_poll *poll); vhost_poll 46 drivers/vhost/vhost.h void vhost_poll_queue(struct vhost_poll *poll); vhost_poll 99 drivers/vhost/vhost.h struct vhost_poll poll;