HomeSort by relevance Sort by last modified time
    Searched defs:MCL_ONFAULT (Results 1 - 7 of 7) sorted by null

  /external/strace/xlat/
mlockall_flags.h 8 #if !(defined(MCL_ONFAULT) || (defined(HAVE_DECL_MCL_ONFAULT) && HAVE_DECL_MCL_ONFAULT))
9 # define MCL_ONFAULT 4
22 XLAT(MCL_ONFAULT),
  /external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c 8 #ifndef MCL_ONFAULT
9 #define MCL_ONFAULT (MCL_FUTURE << 1)
23 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) {
mlock2.h 10 #ifndef MCL_ONFAULT
11 #define MCL_ONFAULT (MCL_FUTURE << 1)
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 33 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 20 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 51 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 64 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */

Completed in 114 milliseconds