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