Home
last modified time | relevance | path

Searched refs:MPOL_DEFAULT (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
Dget_mempolicy02.c46 POLICY_DESC_TEXT(MPOL_DEFAULT, "invalid address"),
52 POLICY_DESC_TEXT(MPOL_DEFAULT, "invalid flags, no target"),
Dget_mempolicy01.c57 POLICY_DESC_NO_TARGET(MPOL_DEFAULT),
82 POLICY_DESC_FLAGS_NO_TARGET(MPOL_DEFAULT, MPOL_F_ADDR),
/third_party/ltp/testcases/kernel/syscalls/mbind/
Dmbind01.c52 POLICY_DESC(MPOL_DEFAULT),
59 POLICY_DESC_TEXT(MPOL_DEFAULT, "target exists"),
125 POLICY_DESC_TEXT(MPOL_DEFAULT, "invalid flags"),
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt9 MPOL_DEFAULT
Dlinux-gnu.txt150 MPOL_DEFAULT
Dandroid.txt1181 MPOL_DEFAULT
/third_party/ltp/testcases/kernel/mem/vma/
Dvma02.c109 err = mbind(addr, pagesize * 3, MPOL_DEFAULT, NULL, 0, 0); in main()
Dvma04.c177 MPOL_DEFAULT, NULL, 0, 0) != 0) { in mem_unbind()
/third_party/ltp/libs/libltpnuma/
Dtst_numa.c51 case MPOL_DEFAULT: in tst_mempolicy_mode_name()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c251 "default", MPOL_DEFAULT}, {
962 if (policy != MPOL_DEFAULT) { in mbind_seg()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3744 if (set_mempolicy(MPOL_DEFAULT, bitmask_mask(mems), in cpuset_unpin()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2732 pub const MPOL_DEFAULT: ::c_int = 0; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1755 pub const MPOL_DEFAULT: ::c_int = 0; constant
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h40573 MPOL_DEFAULT = 0, enumerator