Home
last modified time | relevance | path

Searched refs:MADV_SEQUENTIAL (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h75 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h84 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise01.c41 {MADV_SEQUENTIAL, "MADV_SEQUENTIAL", &sfile},
/third_party/musl/include/sys/
H A Dmman.h81 #define MADV_SEQUENTIAL 2 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs150 Sequential = linux_raw_sys::general::MADV_SEQUENTIAL,
/third_party/musl/Benchmark/musl/
H A Dlibc_mman.cpp68 MADV_SEQUENTIAL,
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs309 Sequential = c::MADV_SEQUENTIAL,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs225 MADV_SEQUENTIAL,
/third_party/python/Modules/
H A Dmmapmodule.c1692 #ifdef MADV_SEQUENTIAL in mmap_exec()
1693 ADD_INT_MACRO(module, MADV_SEQUENTIAL); in mmap_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs417 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs651 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs839 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs644 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs958 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1690 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs983 pub const MADV_SEQUENTIAL: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1617 pub const MADV_SEQUENTIAL: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs988 pub const MADV_SEQUENTIAL: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs988 pub const MADV_SEQUENTIAL: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs995 pub const MADV_SEQUENTIAL: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1002 pub const MADV_SEQUENTIAL: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs995 pub const MADV_SEQUENTIAL: u32 = 2; consts

Completed in 119 milliseconds

12