Searched refs:MPOL_MF_STRICT (Results 1 – 8 of 8) sorted by relevance
/external/strace/xlat/ |
D | mbindflags.h | 6 #if defined(MPOL_MF_STRICT) || (defined(HAVE_DECL_MPOL_MF_STRICT) && HAVE_DECL_MPOL_MF_STRICT) 8 static_assert((MPOL_MF_STRICT) == (1), "MPOL_MF_STRICT != 1"); 11 # define MPOL_MF_STRICT 1 38 XLAT(MPOL_MF_STRICT),
|
D | mbindflags.in | 1 MPOL_MF_STRICT 1
|
/external/kernel-headers/original/uapi/linux/ |
D | mempolicy.h | 46 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ macro 53 #define MPOL_MF_VALID (MPOL_MF_STRICT | \
|
/external/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind.h | 15 case MPOL_MF_STRICT: in mbind_flag_name()
|
D | mbind02.c | 69 TEST(mbind(ptr, size, mode, bm->maskp, bm->size + 1, MPOL_MF_STRICT)); in verify_policy()
|
D | mbind04.c | 126 verify_policy(nodes->map[i], modes[n], MPOL_MF_STRICT); in verify_mbind()
|
/external/ltp/testcases/kernel/syscalls/move_pages/ |
D | move_pages10.c | 104 status, MPOL_MF_STRICT); in main()
|
/external/strace/ |
D | ChangeLog | 30397 (MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Move
|