Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvhost.h30 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);
85 struct vhost_poll poll;
H A Dvhost.c157 struct vhost_poll *poll; in vhost_poll_func()
159 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func()
167 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup()
189 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init()
204 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start()
225 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop()
250 void vhost_poll_flush(struct vhost_poll *poll) in vhost_poll_flush()
279 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue()
H A Dnet.c134 struct vhost_poll poll[VHOST_NET_VQ_MAX];
426 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq()
437 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvhost.h41 struct vhost_poll { struct
51 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn,
54 int vhost_poll_start(struct vhost_poll *poll, struct file *file);
55 void vhost_poll_stop(struct vhost_poll *poll);
56 void vhost_poll_queue(struct vhost_poll *poll);
95 struct vhost_poll poll;
H A Dvhost.c157 struct vhost_poll *poll; in vhost_poll_func()
159 poll = container_of(pt, struct vhost_poll, table); in vhost_poll_func()
167 struct vhost_poll *poll = container_of(wait, struct vhost_poll, wait); in vhost_poll_wakeup()
189 void vhost_poll_init(struct vhost_poll *poll, vhost_work_fn_t fn, in vhost_poll_init()
206 int vhost_poll_start(struct vhost_poll *poll, struct file *file) in vhost_poll_start()
227 void vhost_poll_stop(struct vhost_poll *poll) in vhost_poll_stop()
329 void vhost_poll_queue(struct vhost_poll *poll) in vhost_poll_queue()
H A Dnet.c135 struct vhost_poll poll[VHOST_NET_VQ_MAX];
429 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_disable_vq()
440 struct vhost_poll *poll = n->poll + (nvq - n->vqs); in vhost_net_enable_vq()

Completed in 21 milliseconds