/third_party/ltp/include/lapi/ |
D | mmap.h | 20 #ifndef MADV_DONTFORK 21 # define MADV_DONTFORK 10 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 85 #define MADV_DONTFORK 10 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 86 #define MADV_DONTFORK 10 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 85 #define MADV_DONTFORK 10 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 80 #define MADV_DONTFORK 10 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 85 #define MADV_DONTFORK 10 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 85 #define MADV_DONTFORK 10 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 89 #define MADV_DONTFORK 10 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 46 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 166 LinuxDontFork = linux_raw_sys::general::MADV_DONTFORK,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 353 LinuxDontFork = c::MADV_DONTFORK,
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 237 MADV_DONTFORK,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1625 #ifdef MADV_DONTFORK in mmap_exec() 1626 ADD_INT_MACRO(module, MADV_DONTFORK); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 420 MADV_DONTFORK
|
D | linux.txt | 1228 MADV_DONTFORK
|
D | android.txt | 1121 MADV_DONTFORK
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 245 if (madvise(area, area_size, MADV_DONTFORK)) { in vmw_svga_winsys_add_stats()
|
/third_party/python/Doc/library/ |
D | mmap.rst | 324 MADV_DONTFORK
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 649 pub const MADV_DONTFORK: ::c_int = 10; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1622 pub const MADV_DONTFORK: ::c_int = 10; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 993 pub const MADV_DONTFORK: u32 = 10; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 988 pub const MADV_DONTFORK: u32 = 10; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1007 pub const MADV_DONTFORK: u32 = 10; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1208 pub const MADV_DONTFORK: u32 = 10; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 989 pub const MADV_DONTFORK: u32 = 10; constant
|