Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmlockall_flags.h8 #if !(defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT))
9 # define MCL_ONFAULT 4 macro
22 XLAT(MCL_ONFAULT),
Dmlockall_flags.in3 MCL_ONFAULT 4
/external/linux-kselftest/tools/testing/selftests/vm/
Don-fault-limit.c8 #ifndef MCL_ONFAULT
9 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
23 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2.h10 #ifndef MCL_ONFAULT
11 #define MCL_ONFAULT (MCL_FUTURE << 1) macro
Dmlock2-tests.c528 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
656 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h64 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */ macro
/external/strace/
DChangeLog20963 * xlat/mlockall_flags.in: Add MCL_ONFAULT, add default values.