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

  /external/strace/xlat/
mlock_flags.h 2 #if !(defined(MLOCK_ONFAULT) || (defined(HAVE_DECL_MLOCK_ONFAULT) && HAVE_DECL_MLOCK_ONFAULT))
3 # define MLOCK_ONFAULT 1
14 XLAT(MLOCK_ONFAULT),
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2.h 6 #ifndef MLOCK_ONFAULT
7 #define MLOCK_ONFAULT 1
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 34 #define MLOCK_ONFAULT 0x01
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 52 #define MLOCK_ONFAULT 0x01
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 31 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 69 #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */

Completed in 1088 milliseconds