Home
last modified time | relevance | path

Searched refs:MADV_WIPEONFORK (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise10.c66 {MAP_SIZE, MADV_NORMAL, MADV_WIPEONFORK, zero, 0,
68 {0, MADV_NORMAL, MADV_WIPEONFORK, pattern, 0,
70 {MAP_SIZE, MADV_NORMAL, MADV_WIPEONFORK, zero, 1,
72 {MAP_SIZE, MADV_WIPEONFORK, MADV_KEEPONFORK, pattern, 0,
Dmadvise02.c79 {MADV_WIPEONFORK, "MADV_WIPEONFORK", &file1, EINVAL, 0},
80 {MADV_WIPEONFORK, "MADV_WIPEONFORK shared_anon", &shared_anon, EINVAL, 0},
81 {MADV_WIPEONFORK, "MADV_WIPEONFORK private file backed", &file3, EINVAL, 0},
125 case MADV_WIPEONFORK: in tcases_filter()
Dmadvise01.c56 {MADV_WIPEONFORK, "MADV_WIPEONFORK", &amem}, /* since Linux 4.14 */
/third_party/ltp/include/lapi/
Dmmap.h64 #ifndef MADV_WIPEONFORK
65 # define MADV_WIPEONFORK 18 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h93 #define MADV_WIPEONFORK 18 macro
/third_party/musl/include/sys/
Dmman.h94 #define MADV_WIPEONFORK 18 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h93 #define MADV_WIPEONFORK 18 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h88 #define MADV_WIPEONFORK 18 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h93 #define MADV_WIPEONFORK 18 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h93 #define MADV_WIPEONFORK 18 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h97 #define MADV_WIPEONFORK 18 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs187 LinuxWipeOnFork = linux_raw_sys::general::MADV_WIPEONFORK,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs387 LinuxWipeOnFork = linux_raw_sys::general::MADV_WIPEONFORK as i32,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1003 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs998 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1016 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1218 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs999 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs998 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1000 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs999 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs997 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs1218 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs1003 pub const MADV_WIPEONFORK: u32 = 18; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs1016 pub const MADV_WIPEONFORK: u32 = 18; constant

12