HomeSort by relevance Sort by last modified time
    Searched refs:MCL_ONFAULT (Results 1 - 9 of 9) 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 9 #ifndef MCL_ONFAULT
10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) {
mlock2.h 11 #ifndef MCL_ONFAULT
12 #define MCL_ONFAULT (MCL_FUTURE << 1)
mlock2-tests.c 529 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) {
530 perror("mlockall(MCL_CURRENT | MCL_ONFAULT)");
657 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) {
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 34 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 22 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 52 #define MCL_ONFAULT 4
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 66 #define MCL_ONFAULT 4 /* lock all pages that are faulted in */
  /system/core/lmkd/
lmkd.c     [all...]

Completed in 317 milliseconds