Searched defs:readahead (Results 1 – 8 of 8) sorted by relevance
| /third_party/musl/src/linux/ |
| D | readahead.c | 5 ssize_t readahead(int fd, off_t pos, size_t len) in readahead() function
|
| /third_party/ltp/testcases/kernel/syscalls/readahead/ |
| D | readahead02.c | 70 int (*readahead)(int, off_t, size_t); member
|
| /third_party/python/Modules/_io/ |
| D | iobase.c | 560 PyObject *readahead = PyObject_CallOneArg(peek, _PyLong_GetOne()); in _io__IOBase_readline_impl() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_hdcd.c | 842 unsigned char readahead; member
|
| /third_party/libxml2/ |
| D | HTMLparser.c | 3171 htmlParseCharDataInternal(htmlParserCtxtPtr ctxt, int readahead) { in htmlParseCharDataInternal()
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3956 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3984 pub fn readahead(fd: ::c_int, offset: ::off64_t, count: ::size_t) -> ::ssize_t; in readahead() function
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 5165 void (*readahead)(struct readahead_control *); member
|