Searched refs:vhost_vq_access_ok (Results 1 – 6 of 6) sorted by relevance
182 if (!vhost_vq_access_ok(&n->vqs[index])) { in vhost_test_run()280 if (!vhost_vq_access_ok(vq)) { in vhost_test_set_backend()
182 bool vhost_vq_access_ok(struct vhost_virtqueue *vq);
301 return vq->avail && vq->desc && vq->used && vhost_vq_access_ok(vq); in vhost_vq_is_setup()1422 bool vhost_vq_access_ok(struct vhost_virtqueue *vq) in vhost_vq_access_ok() function1429 EXPORT_SYMBOL_GPL(vhost_vq_access_ok);
593 if (!vhost_vq_access_ok(vq)) { in vhost_vsock_start()
1550 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_set_endpoint()1675 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_clear_endpoint()
1515 if (!vhost_vq_access_ok(vq)) { in vhost_net_set_backend()