Home
last modified time | relevance | path

Searched refs:MADV_UNMERGEABLE (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h40 #ifndef MADV_UNMERGEABLE
41 # define MADV_UNMERGEABLE 13 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise02.c74 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &file1, EINVAL, 0},
104 case MADV_UNMERGEABLE: in tcases_filter()
Dmadvise01.c50 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &sfile}, /* since Linux 2.6.32 */
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/include/sys/
Dmman.h89 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h83 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h92 #define MADV_UNMERGEABLE 13 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs177 LinuxUnmergeable = linux_raw_sys::general::MADV_UNMERGEABLE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs371 LinuxUnmergeable = c::MADV_UNMERGEABLE,
/third_party/rust/crates/nix/src/sys/
Dmman.rs255 MADV_UNMERGEABLE,
/third_party/python/Modules/
Dmmapmodule.c1637 #ifdef MADV_UNMERGEABLE in mmap_exec()
1638 ADD_INT_MACRO(module, MADV_UNMERGEABLE); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt432 MADV_UNMERGEABLE
Dlinux.txt1239 MADV_UNMERGEABLE
Dandroid.txt1133 MADV_UNMERGEABLE
/third_party/python/Doc/library/
Dmmap.rst328 MADV_UNMERGEABLE
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs652 pub const MADV_UNMERGEABLE: ::c_int = 13; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1625 pub const MADV_UNMERGEABLE: ::c_int = 13; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs998 pub const MADV_UNMERGEABLE: u32 = 13; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs993 pub const MADV_UNMERGEABLE: u32 = 13; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1010 pub const MADV_UNMERGEABLE: u32 = 13; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1213 pub const MADV_UNMERGEABLE: u32 = 13; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs994 pub const MADV_UNMERGEABLE: u32 = 13; constant

12