Home
last modified time | relevance | path

Searched refs:MCL_ONFAULT (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dmman.h29 #define MCL_ONFAULT 4 macro
/aosp12/system/core/llkd/
H A Dlibllkd.cpp1404 mlockall(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT) && (errno != EINVAL)) { in llkInit()
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp3571 if (mlockall(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT) && (errno != EINVAL)) { in main()