Home
last modified time | relevance | path

Searched refs:MADV_DONTFORK (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h25 #ifndef MADV_DONTFORK
26 # define MADV_DONTFORK 10 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h80 #define MADV_DONTFORK 10 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h85 #define MADV_DONTFORK 10 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h85 #define MADV_DONTFORK 10 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h89 #define MADV_DONTFORK 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h85 #define MADV_DONTFORK 10 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c45 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
/third_party/musl/include/sys/
H A Dmman.h86 #define MADV_DONTFORK 10 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs165 /// `MADV_DONTFORK`
166 LinuxDontFork = linux_raw_sys::general::MADV_DONTFORK,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs351 /// `MADV_DONTFORK`
353 LinuxDontFork = c::MADV_DONTFORK,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs237 MADV_DONTFORK,
238 /// Undo the effect of `MADV_DONTFORK`.
/third_party/python/Modules/
H A Dmmapmodule.c1706 #ifdef MADV_DONTFORK in mmap_exec()
1707 ADD_INT_MACRO(module, MADV_DONTFORK); in mmap_exec()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c245 if (madvise(area, area_size, MADV_DONTFORK)) { in vmw_svga_winsys_add_stats()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc180 madvise(result, size, MADV_DONTFORK); in Allocate()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs649 pub const MADV_DONTFORK: ::c_int = 10; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs988 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1622 pub const MADV_DONTFORK: ::c_int = 10; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs993 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs993 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1000 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1007 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1000 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1007 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs987 pub const MADV_DONTFORK: u32 = 10; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1208 pub const MADV_DONTFORK: u32 = 10; consts

Completed in 144 milliseconds

12