Home
last modified time | relevance | path

Searched defs:readahead (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/linux/
Dreadahead.c5 ssize_t readahead(int fd, off_t pos, size_t len) in readahead() function
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c70 int (*readahead)(int, off_t, size_t); member
/third_party/python/Modules/_io/
Diobase.c560 PyObject *readahead = PyObject_CallOneArg(peek, _PyLong_GetOne()); in _io__IOBase_readline_impl() local
/third_party/ffmpeg/libavfilter/
Daf_hdcd.c842 unsigned char readahead; member
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3984 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3956 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h5165 void (*readahead)(struct readahead_control *); member