Home
last modified time | relevance | path

Searched refs:UIO_MAXIOV (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_am_CachedAppOptimizer.cpp78 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Duio.h28 #define UIO_MAXIOV 1024 macro