Home
last modified time | relevance | path

Searched refs:POSIX_FADV_RANDOM (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fadvise/
H A Dposix_fadvise04.c38 POSIX_FADV_RANDOM,
H A Dposix_fadvise01.c41 POSIX_FADV_RANDOM,
H A Dposix_fadvise02.c38 POSIX_FADV_RANDOM,
H A Dposix_fadvise03.c42 POSIX_FADV_RANDOM,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp31 int result3 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_RANDOM); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c43 POSIX_FADV_RANDOM, in posix_fadvise_0100()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h68 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h67 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h67 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h67 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h68 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h67 #define POSIX_FADV_RANDOM 1 macro
/third_party/musl/libc-test/src/api/
H A Dfcntl.c72 C(POSIX_FADV_RANDOM) in f()
/third_party/musl/include/
H A Dfcntl.h70 #define POSIX_FADV_RANDOM 1 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs341 /// `POSIX_FADV_RANDOM`
342 Random = linux_raw_sys::general::POSIX_FADV_RANDOM,
/third_party/rust/crates/nix/src/
H A Dfcntl.rs839 POSIX_FADV_RANDOM,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs487 /// `POSIX_FADV_RANDOM`
488 Random = c::POSIX_FADV_RANDOM as c::c_uint,
/third_party/rust/crates/libc/src/
H A Dwasi.rs231 pub const POSIX_FADV_RANDOM: c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1212 pub const POSIX_FADV_RANDOM: ::c_int = 1; consts
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c661 mapped_advice = POSIX_FADV_RANDOM; in uvwasi_fd_advise()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1236 pub const POSIX_FADV_RANDOM: ::c_int = 2; consts
/third_party/python/Modules/
H A Dposixmodule.c11028 POSIX_FADV_RANDOM, POSIX_FADV_NOREUSE, POSIX_FADV_WILLNEED, or
15380 #ifdef POSIX_FADV_RANDOM in all_ins()
15381 if (PyModule_AddIntMacro(m, POSIX_FADV_RANDOM)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs291 pub const POSIX_FADV_RANDOM: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1981 pub const POSIX_FADV_RANDOM: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1975 pub const POSIX_FADV_RANDOM: ::c_int = 1; consts

Completed in 74 milliseconds

12