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

  /external/strace/xlat/
mbindflags.h 5 #if !(defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE))
6 # define MPOL_MF_MOVE 2
21 XLAT(MPOL_MF_MOVE),
  /bionic/libc/kernel/uapi/linux/
mempolicy.h 37 #define MPOL_MF_MOVE (1 << 1)
41 #define MPOL_MF_VALID (MPOL_MF_STRICT | MPOL_MF_MOVE | MPOL_MF_MOVE_ALL)
  /external/kernel-headers/original/uapi/linux/
mempolicy.h 45 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform
52 MPOL_MF_MOVE | \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mempolicy.h 50 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */

Completed in 255 milliseconds