Home
last modified time | relevance | path

Searched refs:vhost_avail_event (Results 1 – 1 of 1) sorted by relevance

/drivers/vhost/
Dvhost.c37 #define vhost_avail_event(vq) ((u16 __user *)&vq->used->ring[vq->num]) macro
993 if (__put_user(vq->avail_idx, vhost_avail_event(vq))) in vhost_update_avail_event()
1000 used = vhost_avail_event(vq); in vhost_update_avail_event()
1003 sizeof *vhost_avail_event(vq)); in vhost_update_avail_event()
1504 vhost_avail_event(vq), r); in vhost_enable_notify()