Lines Matching refs:next
153 struct page *page, *next;
183 list_for_each_entry_safe(page, next, list, lru) {
195 next = page;
202 next = page;
240 * Reset next to first entry, the old next isn't valid
243 next = list_first_entry(list, struct page, lru);
251 if (!list_entry_is_head(next, list, lru) && !list_is_first(&next->lru, list))
252 list_rotate_to_front(&next->lru, list);