Home
last modified time | relevance | path

Searched refs:MADV_SEQUENTIAL (Results 1 – 25 of 44) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h80 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h75 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/include/sys/
Dmman.h81 #define MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h84 #define MADV_SEQUENTIAL 2 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c41 {MADV_SEQUENTIAL, "MADV_SEQUENTIAL", &sfile},
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt106 MADV_SEQUENTIAL
Dopenbsd.txt473 MADV_SEQUENTIAL
Dfuchsia.txt430 MADV_SEQUENTIAL
Ddragonfly.txt602 MADV_SEQUENTIAL
Dnetbsd.txt623 MADV_SEQUENTIAL
Dfreebsd.txt694 MADV_SEQUENTIAL
Dapple.txt848 MADV_SEQUENTIAL
Dlinux.txt1238 MADV_SEQUENTIAL
Dandroid.txt1131 MADV_SEQUENTIAL
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
Dtypes.rs150 Sequential = linux_raw_sys::general::MADV_SEQUENTIAL,
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp68 MADV_SEQUENTIAL,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs309 Sequential = c::MADV_SEQUENTIAL,
/third_party/rust/crates/nix/src/sys/
Dmman.rs225 MADV_SEQUENTIAL,
/third_party/python/Modules/
Dmmapmodule.c1611 #ifdef MADV_SEQUENTIAL in mmap_exec()
1612 ADD_INT_MACRO(module, MADV_SEQUENTIAL); in mmap_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs417 pub const MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/python/Doc/library/
Dmmap.rst320 MADV_SEQUENTIAL
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs651 pub const MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs644 pub const MADV_SEQUENTIAL: ::c_int = 2; constant

12