Home
last modified time | relevance | path

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

/external/strace/
Dreadahead.c3 SYS_FUNC(readahead) in SYS_FUNC() argument
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py129 def readahead_file_path(path, readahead='128M'): # pylint: disable=unused-argument argument
/external/python/cpython3/Modules/_io/
Diobase.c526 PyObject *readahead = _PyObject_CallMethodId(self, &PyId_peek, "i", 1); in _io__IOBase_readline_impl() local
/external/python/cpython2/Modules/_io/
Diobase.c472 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1); in iobase_readline() local
/external/python/cpython2/Objects/
Dfileobject.c2237 readahead(PyFileObject *f, Py_ssize_t bufsize) in readahead() function
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3871 LSS_INLINE int LSS_NAME(readahead)(int f, loff_t o, unsigned c) { in LSS_NAME() argument