Home
last modified time | relevance | path

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

/linux/tools/mm/ !
H A Dshow_page_info.py11 PageSlab, PageCompound, PageHead, PageTail, compound_head, compound_order, compound_nr
130 if PageTail(page):
/linux/drivers/virt/acrn/ !
H A Dmm.c282 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
304 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
/linux/mm/ !
H A Dpage_idle.c39 if (!page || PageTail(page)) in page_idle_get_folio()
H A Dpage_owner.c522 if (!memcg_data || PageTail(page)) in print_page_owner_memcg()
H A Dinternal.h580 VM_BUG_ON_PAGE(PageTail(page), page); in set_page_refcounted()
H A Dpage_alloc.c1206 if (unlikely(!PageTail(page))) { in free_tail_page_prepare()
1351 VM_BUG_ON_PAGE(PageTail(page), page); in __free_pages_prepare()
H A Dhuge_memory.c4544 if (!page || PageTail(page)) in split_huge_pages_all()
/linux/arch/powerpc/platforms/512x/ !
H A Dmpc512x_shared.c172 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()
/linux/include/linux/ !
H A Dpage-flags.h321 static __always_inline int PageTail(const struct page *page) in PageTail() function
394 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
H A Dmemcontrol.h507 if (PageTail(page)) in page_memcg_check()
536 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page); in folio_memcg_kmem()
H A Dmm.h1668 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()