Searched refs:UIO_MAXIOV (Results 1 – 2 of 2) sorted by relevance
78 static struct iovec vmasToKernel[UIO_MAXIOV]; in compactMemory()93 for (int iBase = 0; iBase < vmas.size(); iBase += UIO_MAXIOV) { in compactMemory()101 int totalVmasToKernel = std::min(UIO_MAXIOV, (int)(vmas.size() - iBase)); in compactMemory()
28 #define UIO_MAXIOV 1024 macro