Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmbindflags.h13 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
15 static_assert((MPOL_MF_MOVE) == (2), "MPOL_MF_MOVE != 2");
18 # define MPOL_MF_MOVE 2
39 XLAT(MPOL_MF_MOVE),
Dmove_pages_flags.h17 #if defined(MPOL_MF_MOVE) || (defined(HAVE_DECL_MPOL_MF_MOVE) && HAVE_DECL_MPOL_MF_MOVE)
18 XLAT(MPOL_MF_MOVE),
Dmove_pages_flags.in1 MPOL_MF_MOVE
Dmbindflags.in2 MPOL_MF_MOVE 2
/external/kernel-headers/original/uapi/linux/
Dmempolicy.h45 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform macro
52 MPOL_MF_MOVE | \
/external/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages09.c103 status, MPOL_MF_MOVE); in main()
Dmove_pages08.c105 status, MPOL_MF_MOVE); in main()
Dmove_pages06.c105 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/syzkaller/sys/linux/
Dsys_386.const291 MPOL_MF_MOVE = 2
Dsys_amd64.const291 MPOL_MF_MOVE = 2
Dsys_arm.const291 MPOL_MF_MOVE = 2
Dsys_ppc64le.const291 MPOL_MF_MOVE = 2
Dsys_arm64.const291 MPOL_MF_MOVE = 2
Dsys.txt932 move_pages_flags = MPOL_MF_MOVE, MPOL_MF_MOVE_ALL
938 mbind_flags = MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c306 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.
DChangeLog30397 (MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Move