Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dtest.c188 if (!vhost_vq_access_ok(&n->vqs[index])) { in vhost_test_run()
286 if (!vhost_vq_access_ok(vq)) { in vhost_test_set_backend()
H A Dvhost.h229 bool vhost_vq_access_ok(struct vhost_virtqueue *vq);
H A Dvsock.c628 if (!vhost_vq_access_ok(vq)) { in vhost_vsock_start()
H A Dvhost.c374 return vq->avail && vq->desc && vq->used && vhost_vq_access_ok(vq); in vhost_vq_is_setup()
2014 bool vhost_vq_access_ok(struct vhost_virtqueue *vq) in vhost_vq_access_ok() function
2021 EXPORT_SYMBOL_GPL(vhost_vq_access_ok);
H A Dscsi.c2035 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_set_endpoint()
2165 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_clear_endpoint()
H A Dnet.c1569 if (!vhost_vq_access_ok(vq)) { in vhost_net_set_backend()