Searched defs:readahead (Results 1 – 6 of 6) 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 | 129 def readahead_file_path(path, readahead='128M'): # pylint: disable=unused-argument argument
|
/external/python/cpython3/Modules/_io/ |
D | iobase.c | 526 PyObject *readahead = _PyObject_CallMethodId(self, &PyId_peek, "i", 1); in _io__IOBase_readline_impl() local
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 472 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1); in iobase_readline() local
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 2237 readahead(PyFileObject *f, Py_ssize_t bufsize) in readahead() function
|
/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
|