Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h282 static __always_inline int PageTail(const struct page *page) in PageTail() function
312 VM_BUG_ON_PGFLAGS(PageTail(page), page); in const_folio_flags()
321 VM_BUG_ON_PGFLAGS(PageTail(page), page); in folio_flags()
355 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
894 VM_BUG_ON_PAGE(PageTail(page), page); in FOLIO_FLAG()
915 return PageTail(page); in PageTransTail()
H A Dmemcontrol.h524 if (PageTail(page)) in page_memcg_check()
554 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page); in folio_memcg_kmem()
H A Dpagemap.h1403 VM_BUG_ON_PAGE(PageTail(page), page); in __readahead_batch()
H A Dmm.h1345 VM_BUG_ON_PGFLAGS(PageTail(page), page); in thp_order()
/linux/mm/damon/
H A Dops-common.c27 if (!page || PageTail(page)) in damon_get_folio()
/linux/mm/
H A Dfolio-compat.c104 if (WARN_RATELIMIT(PageTail(page), "trying to isolate tail page")) in isolate_lru_page()
H A Dpage_idle.c39 if (!page || PageTail(page)) in page_idle_get_folio()
H A Dinternal.h365 VM_BUG_ON_PAGE(PageTail(page), page); in set_page_refcounted()
H A Drmap.c2505 if (PageTail(pages[i]) || !folio_trylock(folio)) { in make_device_exclusive_range()
H A Dpage_alloc.c549 * The remaining PAGE_SIZE pages are called "tail pages". PageTail() is encoded
925 * is PageTail(). Let's make sure that's true even for poisoned ->lru. in free_tail_page_prepare()
967 if (unlikely(!PageTail(page))) { in free_tail_page_prepare()
968 bad_page(page, "PageTail not set"); in free_tail_page_prepare()
1038 VM_BUG_ON_PAGE(PageTail(page), page); in free_pages_prepare()
H A Dhuge_memory.c2734 * Careful: new_folio is not a "real" folio before we cleared PageTail. in __split_huge_page_tail()
2793 * Clear PageTail before unfreezing page refcount. in __split_huge_page_tail()
3348 if (!page || PageTail(page)) in split_huge_pages_all()
/linux/drivers/virt/acrn/
H A Dmm.c280 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
303 VM_BUG_ON_PAGE(PageTail(page), page); in acrn_vm_ram_map()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c172 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()