Home
last modified time | relevance | path

Searched refs:MADV_DODUMP (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h61 #ifndef MADV_DODUMP
62 # define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h92 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h87 #define MADV_DODUMP 17 macro
/third_party/musl/include/sys/
Dmman.h93 #define MADV_DODUMP 17 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h96 #define MADV_DODUMP 17 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c53 {MADV_DODUMP, "MADV_DODUMP", &sfile}, /* since Linux 3.4 */
Dmadvise08.c197 pid = run_child(MADV_DODUMP); in run()
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs185 LinuxDoDump = linux_raw_sys::general::MADV_DODUMP,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs383 LinuxDoDump = c::MADV_DODUMP,
/third_party/rust/crates/nix/src/sys/
Dmman.rs283 MADV_DODUMP,
/third_party/python/Modules/
Dmmapmodule.c1652 #ifdef MADV_DODUMP in mmap_exec()
1653 ADD_INT_MACRO(module, MADV_DODUMP); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt417 MADV_DODUMP
Dlinux.txt1225 MADV_DODUMP
Dandroid.txt1118 MADV_DODUMP
/third_party/python/Doc/library/
Dmmap.rst333 MADV_DODUMP
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs656 pub const MADV_DODUMP: ::c_int = 17; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1629 pub const MADV_DODUMP: ::c_int = 17; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs997 pub const MADV_DODUMP: u32 = 17; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1002 pub const MADV_DODUMP: u32 = 17; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs997 pub const MADV_DODUMP: u32 = 17; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs999 pub const MADV_DODUMP: u32 = 17; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs1009 pub const MADV_DODUMP: u32 = 17; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs1015 pub const MADV_DODUMP: u32 = 17; constant

12