Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dtest.c189 if (!vhost_vq_access_ok(&n->vqs[index])) { in vhost_test_run()
287 if (!vhost_vq_access_ok(vq)) { in vhost_test_set_backend()
H A Dvhost.h184 bool vhost_vq_access_ok(struct vhost_virtqueue *vq);
H A Dvhost.c309 return vq->avail && vq->desc && vq->used && vhost_vq_access_ok(vq); in vhost_vq_is_setup()
1410 bool vhost_vq_access_ok(struct vhost_virtqueue *vq) in vhost_vq_access_ok() function
1417 EXPORT_SYMBOL_GPL(vhost_vq_access_ok);
H A Dvsock.c537 if (!vhost_vq_access_ok(vq)) { in vhost_vsock_start()
H A Dscsi.c1583 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_set_endpoint()
1708 if (!vhost_vq_access_ok(&vs->vqs[index].vq)) { in vhost_scsi_clear_endpoint()
H A Dnet.c1521 if (!vhost_vq_access_ok(vq)) { in vhost_net_set_backend()