Home
last modified time | relevance | path

Searched refs:MADV_UNMERGEABLE (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h45 #ifndef MADV_UNMERGEABLE
46 # define MADV_UNMERGEABLE 13 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise02.c17 * 4. MADV_MERGEABLE or MADV_UNMERGEABLE was specified in advice,
73 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &file1, EINVAL, 0},
99 case MADV_UNMERGEABLE: in tcases_filter()
H A Dmadvise01.c49 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &sfile}, /* since Linux 2.6.32 */
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h83 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h92 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h88 #define MADV_UNMERGEABLE 13 macro
/third_party/musl/include/sys/
H A Dmman.h89 #define MADV_UNMERGEABLE 13 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs176 /// `MADV_UNMERGEABLE`
177 LinuxUnmergeable = linux_raw_sys::general::MADV_UNMERGEABLE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs369 /// `MADV_UNMERGEABLE`
371 LinuxUnmergeable = c::MADV_UNMERGEABLE,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs255 MADV_UNMERGEABLE,
/third_party/python/Modules/
H A Dmmapmodule.c1718 #ifdef MADV_UNMERGEABLE in mmap_exec()
1719 ADD_INT_MACRO(module, MADV_UNMERGEABLE); in mmap_exec()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs652 pub const MADV_UNMERGEABLE: ::c_int = 13; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs993 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1625 pub const MADV_UNMERGEABLE: ::c_int = 13; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs998 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs998 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1005 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1010 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1005 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1010 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs992 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1213 pub const MADV_UNMERGEABLE: u32 = 13; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs993 pub const MADV_UNMERGEABLE: u32 = 13; consts

Completed in 149 milliseconds

12