Home
last modified time | relevance | path

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

/external/strace/
Dreadahead.c3 SYS_FUNC(readahead) in SYS_FUNC() argument
/external/tensorflow/tensorflow/python/platform/
Dresource_loader.py121 def readahead_file_path(path, readahead='128M'): # pylint: disable=unused-argument argument
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c79 int (*readahead)(int, off_t, size_t); member
/external/python/cpython3/Modules/_io/
Diobase.c547 PyObject *readahead = PyObject_CallFunctionObjArgs(peek, _PyLong_One, NULL); in _io__IOBase_readline_impl() local
/external/python/cpython2/Modules/_io/
Diobase.c480 PyObject *readahead = PyObject_CallMethod(self, "peek", "i", 1); in iobase_readline() local
/external/python/cpython2/Objects/
Dfileobject.c2262 readahead(PyFileObject *f, readaheadbuffer *rab, Py_ssize_t bufsize) in readahead() function
/external/libxml2/
DHTMLparser.c3010 htmlParseCharDataInternal(htmlParserCtxtPtr ctxt, int readahead) { in htmlParseCharDataInternal()
/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