Home
last modified time | relevance | path

Searched refs:MPOL_INTERLEAVE (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy01.c67 POLICY_DESC(MPOL_INTERLEAVE),
93 POLICY_DESC_FLAGS(MPOL_INTERLEAVE, MPOL_F_ADDR),
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c78 POLICY_DESC_TEXT(MPOL_INTERLEAVE, "no target"),
84 POLICY_DESC(MPOL_INTERLEAVE),
Dmbind02.c94 MPOL_INTERLEAVE,
Dmbind03.c105 MPOL_INTERLEAVE,
Dmbind04.c116 MPOL_INTERLEAVE,
/third_party/ltp/testcases/kernel/mem/oom/
Doom02.c49 testoom(MPOL_INTERLEAVE, 0, ENOMEM, 1); in verify_oom()
Doom03.c77 testoom(MPOL_INTERLEAVE, 0, ENOMEM, 1); in verify_oom()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt10 MPOL_INTERLEAVE
Dlinux-gnu.txt154 MPOL_INTERLEAVE
Dandroid.txt1185 MPOL_INTERLEAVE
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/
Dset_mempolicy02.c87 TEST(set_mempolicy(MPOL_INTERLEAVE, bm->maskp, bm->size+1)); in verify_set_mempolicy()
Dset_mempolicy04.c111 TEST(set_mempolicy(MPOL_INTERLEAVE, bm->maskp, bm->size+1)); in verify_set_mempolicy()
/third_party/ltp/libs/libltpnuma/
Dtst_numa.c57 case MPOL_INTERLEAVE: in tst_mempolicy_mode_name()
/third_party/ltp/testcases/kernel/mem/vma/
Dvma04.c164 MPOL_INTERLEAVE, nmask->maskp, nmask->size, 0) != 0) { in mem_interleave()
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c191 case MPOL_INTERLEAVE: in set_global_mempolicy()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c254 "interleaved", MPOL_INTERLEAVE}, {
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2735 pub const MPOL_INTERLEAVE: ::c_int = 3; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1758 pub const MPOL_INTERLEAVE: ::c_int = 3; constant
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h40576 MPOL_INTERLEAVE = 3, enumerator