Searched refs:vhost_poll (Results 1 – 3 of 3) sorted by relevance
| /drivers/vhost/ |
| A D | vhost.h | 55 struct vhost_poll { struct 65 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, argument 68 int vhost_poll_start(struct vhost_poll *poll, struct file *file); 69 void vhost_poll_stop(struct vhost_poll *poll); 70 void vhost_poll_queue(struct vhost_poll *poll); 109 struct vhost_poll poll;
|
| A D | vhost.c | 165 struct vhost_poll *poll; in vhost_poll_func() 167 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func() 175 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup() 197 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init() 214 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start() 235 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop() 333 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue()
|
| A D | net.c | 138 struct vhost_poll poll[VHOST_NET_VQ_MAX]; 435 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq() 446 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq()
|
Completed in 15 milliseconds