Home
last modified time | relevance | path

Searched refs:readahead (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead01.c57 TEST(readahead(-1, 0, getpagesize())); in test_bad_fd()
67 TEST(readahead(fd, 0, getpagesize())); in test_bad_fd()
80 TEST(readahead(fd[0], 0, getpagesize())); in test_invalid_fd()
88 TEST(readahead(fd[0], 0, getpagesize())); in test_invalid_fd()
Dreadahead02.c54 return readahead(fd, offset, len); in libc_readahead()
70 int (*readahead)(int, off_t, size_t); member
166 TEST(tc->readahead(fd, offset, fsize - offset)); in read_testfile()
/third_party/python/Modules/_io/
Diobase.c560 PyObject *readahead = PyObject_CallOneArg(peek, _PyLong_GetOne()); in _io__IOBase_readline_impl() local
561 if (readahead == NULL) { in _io__IOBase_readline_impl()
569 if (!PyBytes_Check(readahead)) { in _io__IOBase_readline_impl()
572 "not '%.200s'", Py_TYPE(readahead)->tp_name); in _io__IOBase_readline_impl()
573 Py_DECREF(readahead); in _io__IOBase_readline_impl()
576 if (PyBytes_GET_SIZE(readahead) > 0) { in _io__IOBase_readline_impl()
578 const char *buf = PyBytes_AS_STRING(readahead); in _io__IOBase_readline_impl()
581 if (n >= PyBytes_GET_SIZE(readahead) || n >= limit) in _io__IOBase_readline_impl()
589 if (n >= PyBytes_GET_SIZE(readahead)) in _io__IOBase_readline_impl()
597 Py_DECREF(readahead); in _io__IOBase_readline_impl()
/third_party/musl/src/linux/
Dreadahead.c5 ssize_t readahead(int fd, off_t pos, size_t len) in readahead() function
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dreadahead.c27 int result = readahead(-1, 0, 123); in readahead_0100()
Dtest_src_functionalext_supplement_linux.gni28 "readahead",
/third_party/ffmpeg/libavfilter/
Daf_hdcd.c842 unsigned char readahead; member
1018 state->readahead = 32; in hdcd_reset()
1052 result = FFMIN(states[i].readahead, result); in hdcd_integrate()
1062 states[i].readahead -= result; in hdcd_integrate()
1064 if (states[i].readahead == 0) { in hdcd_integrate()
1112 states[i].readahead = (wbits & 3) * 8; in hdcd_integrate()
1117 states[i].readahead = readaheadtab[wbits & 0xff]; in hdcd_integrate()
1119 states[i].readahead = 31; /* ffwd over digisilence */ in hdcd_integrate()
/third_party/ltp/testcases/kernel/syscalls/
DMakefile28 readahead remap_file_pages rt_sigsuspend rt_sigtimedwait \
/third_party/e2fsprogs/e2fsck/
DAndroid.bp46 "readahead.c",
DBUILD.gn40 "readahead.c",
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/e2fsprogs/po/
DPOTFILES.in25 e2fsck/readahead.c
/third_party/musl/ndk_musl_include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/musl/include/
Dfcntl.h190 ssize_t readahead(int, off_t, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h184 ssize_t readahead(int, off_t, size_t);
/third_party/musl/porting/linux/user/include/
Dfcntl.h191 ssize_t readahead(int, off_t, size_t);
/third_party/ltp/include/lapi/syscalls/
Daarch64.in215 readahead 213
Darc.in215 readahead 213
Dmips_n64.in180 readahead 5179
Dia64.in187 readahead 1216
Dsparc64.in189 readahead 205
Ds390x.in171 readahead 222

123