Searched defs:vhost_poll (Results 1 - 1 of 1) sorted by relevance

/drivers/vhost/
H A Dvhost.h31 struct vhost_poll { struct
43 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,
45 int vhost_poll_start(struct vhost_poll *poll, struct file *file);
46 void vhost_poll_stop(struct vhost_poll *poll);
47 void vhost_poll_flush(struct vhost_poll *poll);
48 void vhost_poll_queue(struct vhost_poll *poll);
76 struct vhost_poll poll;

Completed in 64 milliseconds