Searched refs:PageTail (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/mm/ ! |
| H A D | show_page_info.py | 11 PageSlab, PageCompound, PageHead, PageTail, compound_head, compound_order, compound_nr 130 if PageTail(page):
|
| /linux/drivers/virt/acrn/ ! |
| H A D | mm.c | 282 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 D | page_idle.c | 39 if (!page || PageTail(page)) in page_idle_get_folio()
|
| H A D | page_owner.c | 522 if (!memcg_data || PageTail(page)) in print_page_owner_memcg()
|
| H A D | internal.h | 580 VM_BUG_ON_PAGE(PageTail(page), page); in set_page_refcounted()
|
| H A D | page_alloc.c | 1206 if (unlikely(!PageTail(page))) { in free_tail_page_prepare() 1351 VM_BUG_ON_PAGE(PageTail(page), page); in __free_pages_prepare()
|
| H A D | huge_memory.c | 4544 if (!page || PageTail(page)) in split_huge_pages_all()
|
| /linux/arch/powerpc/platforms/512x/ ! |
| H A D | mpc512x_shared.c | 172 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()
|
| /linux/include/linux/ ! |
| H A D | page-flags.h | 321 static __always_inline int PageTail(const struct page *page) in PageTail() function 394 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
|
| H A D | memcontrol.h | 507 if (PageTail(page)) in page_memcg_check() 536 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page); in folio_memcg_kmem()
|
| H A D | mm.h | 1668 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()
|