Searched refs:iVec (Results 1 – 1 of 1) sorted by relevance
89 for (int iVec = 0, iVma = iBase; iVec < totalVmasToKernel; ++iVec, ++iVma) { in compactMemory() local90 vmasToKernel[iVec].iov_base = (void*)vmas[iVma].start; in compactMemory()91 vmasToKernel[iVec].iov_len = vmas[iVma].end - vmas[iVma].start; in compactMemory()