Home
last modified time | relevance | path

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

/mm/
Dreadahead.c127 static void read_pages(struct readahead_control *rac, struct list_head *pages, in read_pages() argument
130 const struct address_space_operations *aops = rac->mapping->a_ops; in read_pages()
134 if (!readahead_count(rac)) in read_pages()
140 aops->readahead(rac); in read_pages()
142 while ((page = readahead_page(rac))) { in read_pages()
147 aops->readpages(rac->file, rac->mapping, pages, in read_pages()
148 readahead_count(rac)); in read_pages()
151 rac->_index += rac->_nr_pages; in read_pages()
152 rac->_nr_pages = 0; in read_pages()
154 while ((page = readahead_page(rac))) { in read_pages()
[all …]