Home
last modified time | relevance | path

Searched refs:POSIX_FADV_SEQUENTIAL (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dadvise.h20 #if defined(POSIX_FADV_SEQUENTIAL) || (defined(HAVE_DECL_POSIX_FADV_SEQUENTIAL) && HAVE_DECL_POSIX_…
22 static_assert((POSIX_FADV_SEQUENTIAL) == (2), "POSIX_FADV_SEQUENTIAL != 2");
25 # define POSIX_FADV_SEQUENTIAL 2
78 XLAT(POSIX_FADV_SEQUENTIAL),
Dadvise.in3 POSIX_FADV_SEQUENTIAL 2
/external/kernel-headers/original/uapi/linux/
Dfadvise.h7 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */ macro
/external/ltp/testcases/kernel/syscalls/fadvise/
Dposix_fadvise01.c40 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise04.c37 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise02.c37 POSIX_FADV_SEQUENTIAL,
Dposix_fadvise03.c41 POSIX_FADV_SEQUENTIAL,
/external/elfutils/src/
Dstrings.c575 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
/external/rust/crates/nix/src/
Dfcntl.rs602 POSIX_FADV_SEQUENTIAL,
/external/minijail/linux-x86/
Dlibconstants.gen.c3670 #ifdef POSIX_FADV_SEQUENTIAL
3671 { "POSIX_FADV_SEQUENTIAL", (unsigned long) POSIX_FADV_SEQUENTIAL },
/external/rust/crates/libc/src/
Dwasi.rs211 pub const POSIX_FADV_SEQUENTIAL: c_int = 1; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs454 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1132 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; constant
/external/python/cpython3/Modules/
Dposixmodule.c14889 #ifdef POSIX_FADV_SEQUENTIAL in all_ins()
14890 if (PyModule_AddIntMacro(m, POSIX_FADV_SEQUENTIAL)) return -1; in all_ins()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1971 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; constant
/external/python/cpython3/Doc/library/
Dos.rst1095 *advice* is one of :data:`POSIX_FADV_NORMAL`, :data:`POSIX_FADV_SEQUENTIAL`,
1105 POSIX_FADV_SEQUENTIAL