Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvhost.c1659 static bool vq_access_ok(struct vhost_virtqueue *vq, unsigned int num, in vq_access_ok() function
1776 return vq_access_ok(vq, vq->num, vq->desc, vq->avail, vq->used); in vhost_vq_access_ok()
1898 if (!vq_access_ok(vq, vq->num, in vhost_vring_set_addr()