Searched refs:iBase (Results 1 – 1 of 1) sorted by relevance
87 for (int iBase = 0; iBase < vmas.size(); iBase += UIO_MAXIOV) { in compactMemory() local88 int totalVmasToKernel = std::min(UIO_MAXIOV, (int)(vmas.size() - iBase)); in compactMemory()89 for (int iVec = 0, iVma = iBase; iVec < totalVmasToKernel; ++iVec, ++iVma) { in compactMemory()