Searched refs:vhost_poll (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/vhost/ |
D | vhost.h | 29 struct vhost_poll { struct 41 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, argument 43 int vhost_poll_start(struct vhost_poll *poll, struct file *file); 44 void vhost_poll_stop(struct vhost_poll *poll); 45 void vhost_poll_flush(struct vhost_poll *poll); 46 void vhost_poll_queue(struct vhost_poll *poll); 72 struct vhost_poll poll;
|
D | vhost.c | 119 struct vhost_poll *poll; in vhost_poll_func() 121 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func() 129 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup() 149 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init() 164 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start() 187 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop() 226 void vhost_poll_flush(struct vhost_poll *poll) in vhost_poll_flush() 248 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue()
|
D | net.c | 103 struct vhost_poll poll[VHOST_NET_VQ_MAX]; 722 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq() 733 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq()
|