Home
last modified time | relevance | path

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

/external/strace/
Dreadahead.c3 SYS_FUNC(readahead) in SYS_FUNC() argument
/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