Lines Matching refs:next
116 struct page *page, *next;
146 list_for_each_entry_safe(page, next, list, lru) {
158 next = page;
165 next = page;
203 * Reset next to first entry, the old next isn't valid
206 next = list_first_entry(list, struct page, lru);
214 if (&next->lru != list && !list_is_first(&next->lru, list))
215 list_rotate_to_front(&next->lru, list);