Home
last modified time | relevance | path

Searched refs:MPOL_MF_MOVE (Results 1 – 15 of 15) sorted by relevance

/external/strace/xlat/
Dmbindflags.h5 #if !(defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE))
6 # define MPOL_MF_MOVE 2 macro
21 XLAT(MPOL_MF_MOVE),
Dmove_pages_flags.h11 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
12 XLAT(MPOL_MF_MOVE),
Dmove_pages_flags.in1 MPOL_MF_MOVE
Dmbindflags.in2 MPOL_MF_MOVE 2
/external/kernel-headers/original/uapi/linux/
Dmempolicy.h51 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
58 MPOL_MF_MOVE | \
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages09.c103 status, MPOL_MF_MOVE); in main()
Dmove_pages06.c105 status, MPOL_MF_MOVE); in main()
Dmove_pages08.c104 status, MPOL_MF_MOVE); in main()
Dmove_pages07.c107 status, MPOL_MF_MOVE); in main()
Dmove_pages02.c105 MPOL_MF_MOVE); in main()
Dmove_pages04.c129 status, MPOL_MF_MOVE); in main()
Dmove_pages05.c173 status, MPOL_MF_MOVE); in main()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c308 flags = MPOL_MF_MOVE; in get_mbind_flags()
/external/strace/
DChangeLog-CVS1184 * mem.c (MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Define.
1185 (mbindflags): Add MPOL_MF_MOVE and MPOL_MF_MOVE_ALL entries.
DChangeLog15753 (MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Move