/third_party/ltp/include/lapi/ |
H A D | mmap.h | 71 # define MADV_KEEPONFORK 19 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 89 #define MADV_KEEPONFORK 19 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 94 #define MADV_KEEPONFORK 19 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 94 #define MADV_KEEPONFORK 19 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 98 #define MADV_KEEPONFORK 19 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 94 #define MADV_KEEPONFORK 19 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise01.c | 56 {MADV_KEEPONFORK, "MADV_KEEPONFORK", &amem}, /* since Linux 4.14 */
|
H A D | madvise10.c | 17 * The MADV_KEEPONFORK operation undo the effect of MADV_WIPEONFORK. 36 * Test-Case 4 : Undo "MADV_WIPEONFORK" by "MADV_KEEPONFORK" 71 {MAP_SIZE, MADV_WIPEONFORK, MADV_KEEPONFORK, pattern, 0, 72 "MADV_KEEPONFORK will undo MADV_WIPEONFORK"},
|
/third_party/musl/include/sys/ |
H A D | mman.h | 95 #define MADV_KEEPONFORK 19 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 188 /// `MADV_KEEPONFORK` (since Linux 4.14) 189 LinuxKeepOnFork = linux_raw_sys::general::MADV_KEEPONFORK,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 388 /// `MADV_KEEPONFORK` (since Linux 4.14) 391 LinuxKeepOnFork = linux_raw_sys::general::MADV_KEEPONFORK as i32,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 999 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1004 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1004 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1011 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1017 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1011 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1017 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 998 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1219 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 999 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1219 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 1000 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 1001 pub const MADV_KEEPONFORK: u32 = 19; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 1000 pub const MADV_KEEPONFORK: u32 = 19; consts
|