Searched refs:indexInBatch (Results 1 – 1 of 1) sorted by relevance
185 int indexInBatch = 0; in createNextBatch() local189 while (indexInBatch < MAX_VMAS_PER_BATCH && currentIndex_ < totalVmasInSource) { in createNextBatch()194 batch.vmas[indexInBatch].iov_base = (void*)vmaStart; in createNextBatch()203 batch.vmas[indexInBatch].iov_len = vmaSize; in createNextBatch()206 ++indexInBatch; in createNextBatch()222 batch.totalVmas = indexInBatch; in createNextBatch()