Searched refs:vmaSize (Results 1 – 1 of 1) sorted by relevance
191 uint64_t vmaSize = vmas[currentIndex_].end - vmaStart; in createNextBatch() local196 if (vmaSize > bytesAvailableInBatch) { in createNextBatch()199 vmaSize = bytesAvailableInBatch; in createNextBatch()203 batch.vmas[indexInBatch].iov_len = vmaSize; in createNextBatch()204 totalBytesInBatch += vmaSize; in createNextBatch()210 if (CC_UNLIKELY(vmaSize == (vmas[currentIndex_].end - vmaStart))) { in createNextBatch()