/third_party/ltp/include/lapi/ |
D | mmap.h | 24 #ifndef MADV_DOFORK 25 # define MADV_DOFORK 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 86 #define MADV_DOFORK 11 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 87 #define MADV_DOFORK 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 86 #define MADV_DOFORK 11 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 81 #define MADV_DOFORK 11 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 86 #define MADV_DOFORK 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 86 #define MADV_DOFORK 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 90 #define MADV_DOFORK 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 47 {MADV_DOFORK, "MADV_DOFORK", &sfile}, /* since Linux 2.6.16 */
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 168 LinuxDoFork = linux_raw_sys::general::MADV_DOFORK,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 356 LinuxDoFork = c::MADV_DOFORK,
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 241 MADV_DOFORK,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1628 #ifdef MADV_DOFORK in mmap_exec() 1629 ADD_INT_MACRO(module, MADV_DOFORK); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 418 MADV_DOFORK
|
D | linux.txt | 1226 MADV_DOFORK
|
D | android.txt | 1119 MADV_DOFORK
|
/third_party/python/Doc/library/ |
D | mmap.rst | 325 MADV_DOFORK
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 650 pub const MADV_DOFORK: ::c_int = 11; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1623 pub const MADV_DOFORK: ::c_int = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 994 pub const MADV_DOFORK: u32 = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 989 pub const MADV_DOFORK: u32 = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1008 pub const MADV_DOFORK: u32 = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1209 pub const MADV_DOFORK: u32 = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 990 pub const MADV_DOFORK: u32 = 11; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 989 pub const MADV_DOFORK: u32 = 11; constant
|