/third_party/ltp/include/lapi/ |
D | mmap.h | 40 #ifndef MADV_UNMERGEABLE 41 # define MADV_UNMERGEABLE 13 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise02.c | 74 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &file1, EINVAL, 0}, 104 case MADV_UNMERGEABLE: in tcases_filter()
|
D | madvise01.c | 50 {MADV_UNMERGEABLE, "MADV_UNMERGEABLE", &sfile}, /* since Linux 2.6.32 */
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 88 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 89 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 88 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 83 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 88 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 88 #define MADV_UNMERGEABLE 13 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 92 #define MADV_UNMERGEABLE 13 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 177 LinuxUnmergeable = linux_raw_sys::general::MADV_UNMERGEABLE,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 371 LinuxUnmergeable = c::MADV_UNMERGEABLE,
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 255 MADV_UNMERGEABLE,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1637 #ifdef MADV_UNMERGEABLE in mmap_exec() 1638 ADD_INT_MACRO(module, MADV_UNMERGEABLE); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 432 MADV_UNMERGEABLE
|
D | linux.txt | 1239 MADV_UNMERGEABLE
|
D | android.txt | 1133 MADV_UNMERGEABLE
|
/third_party/python/Doc/library/ |
D | mmap.rst | 328 MADV_UNMERGEABLE
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 652 pub const MADV_UNMERGEABLE: ::c_int = 13; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1625 pub const MADV_UNMERGEABLE: ::c_int = 13; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 998 pub const MADV_UNMERGEABLE: u32 = 13; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 993 pub const MADV_UNMERGEABLE: u32 = 13; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1010 pub const MADV_UNMERGEABLE: u32 = 13; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1213 pub const MADV_UNMERGEABLE: u32 = 13; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 994 pub const MADV_UNMERGEABLE: u32 = 13; constant
|