Home
last modified time | relevance | path

Searched refs:drop_readahead (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dfileobject.c607 static void drop_readahead(PyFileObject *);
630 drop_readahead(f); in file_dealloc()
765 drop_readahead(f); in file_seek()
2225 drop_readahead(PyFileObject *f) in drop_readahead() function
2245 drop_readahead(f); in readahead()
2260 drop_readahead(f); in readahead()
2301 drop_readahead(f); in readahead_get_line_skip()