Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dswap.c128 if (likely(PageTail(page))) { in put_unrefcounted_compound_page()
178 if (unlikely(!PageTail(page))) { in put_refcounted_compound_page()
228 VM_BUG_ON_PAGE(PageTail(page), page); in put_refcounted_compound_page()
242 if (likely(!PageTail(page))) { in put_compound_page()
302 if (likely(PageTail(page))) { in __get_page_tail()
335 if (likely(PageTail(page))) { in __get_page_tail()
Dinternal.h45 VM_BUG_ON_PAGE(PageTail(page), page); in set_page_refcounted()
77 if (unlikely(PageTail(page))) in get_page_foll()
Dgup.c1112 if (PageTail(tail)) in gup_huge_pmd()
1154 if (PageTail(tail)) in gup_huge_pud()
1197 if (PageTail(tail)) in gup_huge_pgd()
Dmemory-failure.c1254 if (PageHuge(p) && PageTail(p) && TestSetPageHWPoison(hpage)) { in memory_failure()
Dpage_alloc.c790 if (unlikely(!PageTail(page))) { in free_tail_pages_check()
806 VM_BUG_ON_PAGE(PageTail(page), page); in free_pages_prepare()
Dhuge_memory.c1836 BUG_ON(PageTail(page)); in __split_huge_page()
/linux-4.1.27/include/linux/
Dpage-flags.h445 static inline int PageTail(struct page *page) in PageTail() function
496 VM_BUG_ON_PAGE(PageTail(page), page); in PageTransHuge()
517 return PageTail(page); in PageTransTail()
Dmm.h449 if (likely(PageTail(tail))) in compound_head_by_tail()
462 if (unlikely(PageTail(page))) in compound_head()
474 if (unlikely(PageTail(page))) in compound_head_fast()
524 VM_BUG_ON_PAGE(!PageTail(page), page); in get_huge_page_tail()
535 if (unlikely(PageTail(page))) in get_page()
Dpagemap.h173 VM_BUG_ON_PAGE(PageTail(page), page); in page_cache_get_speculative()
/linux-4.1.27/arch/mips/mm/
Dgup.c90 if (PageTail(page)) in gup_huge_pmd()
156 if (PageTail(page)) in gup_huge_pud()
/linux-4.1.27/arch/x86/mm/
Dgup.c140 if (PageTail(page)) in gup_huge_pmd()
217 if (PageTail(page)) in gup_huge_pud()
/linux-4.1.27/arch/s390/mm/
Dgup.c93 if (PageTail(tail)) in gup_huge_pmd()
/linux-4.1.27/fs/proc/
Dpage.c115 if (PageTail(page)) in stable_page_flags()
/linux-4.1.27/arch/sparc/mm/
Dgup.c110 if (PageTail(tail)) in gup_huge_pmd()
/linux-4.1.27/arch/powerpc/platforms/512x/
Dmpc512x_shared.c190 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c1107 if (PageTail(tail)) in gup_hugepte()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c210 if (PageTail(tail)) in is_invalid_reserved_pfn()
/linux-4.1.27/kernel/
Dfutex.c447 if (unlikely(PageTail(page))) { in get_futex_key()