Searched defs:readahead (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | readahead.c | 3 SYS_FUNC(readahead) in SYS_FUNC() argument
|
/external/tensorflow/tensorflow/python/platform/ |
D | resource_loader.py | 121 def readahead_file_path(path, readahead='128M'): # pylint: disable=unused-argument argument
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 79 int (*readahead)(int, off_t, size_t); member
|
/external/python/cpython3/Modules/_io/ |
D | iobase.c | 547 PyObject *readahead = PyObject_CallFunctionObjArgs(peek, _PyLong_One, NULL); in _io__IOBase_readline_impl() local
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 480 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1); in iobase_readline() local
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 2262 readahead(PyFileObject *f, readaheadbuffer *rab, Py_ssize_t bufsize) in readahead() function
|
/external/libxml2/ |
D | HTMLparser.c | 3010 htmlParseCharDataInternal(htmlParserCtxtPtr ctxt, int readahead) { in htmlParseCharDataInternal()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3871 LSS_INLINE int LSS_NAME(readahead)(int f, loff_t o, unsigned c) { in LSS_NAME() argument
|