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

/linux-4.4.14/drivers/vhost/
H A Dtest.c184 if (!vhost_vq_access_ok(&n->vqs[index])) { vhost_test_run()
H A Dvhost.h142 int vhost_vq_access_ok(struct vhost_virtqueue *vq);
H A Dvhost.c665 int vhost_vq_access_ok(struct vhost_virtqueue *vq) vhost_vq_access_ok() function
670 EXPORT_SYMBOL_GPL(vhost_vq_access_ok); variable
H A Dscsi.c1213 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { vhost_scsi_set_endpoint()
1315 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { vhost_scsi_clear_endpoint()
H A Dnet.c898 if (!vhost_vq_access_ok(vq)) { vhost_net_set_backend()

Completed in 71 milliseconds