page_tail         334 include/linux/swap.h extern void lru_add_page_tail(struct page *page, struct page *page_tail,
page_tail        2439 mm/huge_memory.c 	struct page *page_tail = head + tail;
page_tail        2441 mm/huge_memory.c 	VM_BUG_ON_PAGE(atomic_read(&page_tail->_mapcount) != -1, page_tail);
page_tail        2449 mm/huge_memory.c 	page_tail->flags &= ~PAGE_FLAGS_CHECK_AT_PREP;
page_tail        2450 mm/huge_memory.c 	page_tail->flags |= (head->flags &
page_tail        2463 mm/huge_memory.c 	VM_BUG_ON_PAGE(tail > 2 && page_tail->mapping != TAIL_MAPPING,
page_tail        2464 mm/huge_memory.c 			page_tail);
page_tail        2465 mm/huge_memory.c 	page_tail->mapping = head->mapping;
page_tail        2466 mm/huge_memory.c 	page_tail->index = head->index + tail;
page_tail        2477 mm/huge_memory.c 	clear_compound_head(page_tail);
page_tail        2480 mm/huge_memory.c 	page_ref_unfreeze(page_tail, 1 + (!PageAnon(head) ||
page_tail        2484 mm/huge_memory.c 		set_page_young(page_tail);
page_tail        2486 mm/huge_memory.c 		set_page_idle(page_tail);
page_tail        2488 mm/huge_memory.c 	page_cpupid_xchg_last(page_tail, page_cpupid_last(head));
page_tail        2495 mm/huge_memory.c 	lru_add_page_tail(head, page_tail, lruvec, list);
page_tail         869 mm/swap.c      void lru_add_page_tail(struct page *page, struct page *page_tail,
page_tail         875 mm/swap.c      	VM_BUG_ON_PAGE(PageCompound(page_tail), page);
page_tail         876 mm/swap.c      	VM_BUG_ON_PAGE(PageLRU(page_tail), page);
page_tail         880 mm/swap.c      		SetPageLRU(page_tail);
page_tail         883 mm/swap.c      		list_add_tail(&page_tail->lru, &page->lru);
page_tail         886 mm/swap.c      		get_page(page_tail);
page_tail         887 mm/swap.c      		list_add_tail(&page_tail->lru, list);
page_tail         896 mm/swap.c      		add_page_to_lru_list_tail(page_tail, lruvec,
page_tail         897 mm/swap.c      					  page_lru(page_tail));
page_tail         901 mm/swap.c      		update_page_reclaim_stat(lruvec, file, PageActive(page_tail));