Lines Matching defs:index
170 int r, index;
180 for (index = 0; index < n->dev.nvqs; ++index) {
182 if (!vhost_vq_access_ok(&n->vqs[index])) {
188 for (index = 0; index < n->dev.nvqs; ++index) {
189 vq = n->vqs + index;
197 r = vhost_vq_init_access(&n->vqs[index]);
259 static long vhost_test_set_backend(struct vhost_test *n, unsigned index, int fd)
272 if (index >= VHOST_TEST_VQ_MAX) {
276 vq = &n->vqs[index];
329 return vhost_test_set_backend(n, backend.index, backend.fd);