/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise10.c | 66 {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,
|
D | madvise02.c | 79 {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()
|
D | madvise01.c | 56 {MADV_WIPEONFORK, "MADV_WIPEONFORK", &amem}, /* since Linux 4.14 */
|
/third_party/ltp/include/lapi/ |
D | mmap.h | 64 #ifndef MADV_WIPEONFORK 65 # define MADV_WIPEONFORK 18 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 93 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 94 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 93 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 88 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 93 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 93 #define MADV_WIPEONFORK 18 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 97 #define MADV_WIPEONFORK 18 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 187 LinuxWipeOnFork = linux_raw_sys::general::MADV_WIPEONFORK,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 387 LinuxWipeOnFork = linux_raw_sys::general::MADV_WIPEONFORK as i32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1003 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 998 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1016 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1218 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 999 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 998 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1000 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 999 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 997 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1218 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 1003 pub const MADV_WIPEONFORK: u32 = 18; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1016 pub const MADV_WIPEONFORK: u32 = 18; constant
|