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

/linux-4.4.14/drivers/vhost/
H A Dvhost.c43 #define vhost_avail_event(vq) ((__virtio16 __user *)&vq->used->ring[vq->num]) macro
1138 if (__put_user(cpu_to_vhost16(vq, vq->avail_idx), vhost_avail_event(vq))) vhost_update_avail_event()
1145 used = vhost_avail_event(vq); vhost_update_avail_event()
1148 sizeof *vhost_avail_event(vq)); vhost_update_avail_event()
1649 vhost_avail_event(vq), r); vhost_enable_notify()

Completed in 41 milliseconds