Searched refs:PageTail (Results 1 - 15 of 15) sorted by relevance

/linux-master/mm/damon/
H A Dops-common.c27 if (!page || PageTail(page))
/linux-master/mm/
H A Dfolio-compat.c110 if (WARN_RATELIMIT(PageTail(page), "trying to isolate tail page"))
H A Dpage_idle.c39 if (!page || PageTail(page))
H A Dinternal.h268 VM_BUG_ON_PAGE(PageTail(page), page);
H A Drmap.c2500 if (PageTail(pages[i]) || !folio_trylock(folio)) {
H A Dpage_alloc.c574 * The remaining PAGE_SIZE pages are called "tail pages". PageTail() is encoded
984 * is PageTail(). Let's make sure that's true even for poisoned ->lru.
1021 if (unlikely(!PageTail(page))) {
1022 bad_page(page, "PageTail not set");
1092 VM_BUG_ON_PAGE(PageTail(page), page);
H A Dslub.c621 VM_BUG_ON_PAGE(PageTail(page), page);
629 VM_BUG_ON_PAGE(PageTail(page), page);
H A Dhuge_memory.c2799 * Careful: new_folio is not a "real" folio before we cleared PageTail.
2858 * Clear PageTail before unfreezing page refcount.
3386 if (!page || PageTail(page))
/linux-master/drivers/virt/acrn/
H A Dmm.c240 VM_BUG_ON_PAGE(PageTail(page), page);
265 VM_BUG_ON_PAGE(PageTail(page), page);
/linux-master/fs/proc/
H A Dpage.c141 if (PageTail(page))
184 if (PageTail(page) && PageSlab(page))
/linux-master/include/linux/
H A Dpage-flags.h283 static __always_inline int PageTail(const struct page *page) function
313 VM_BUG_ON_PGFLAGS(PageTail(page), page);
322 VM_BUG_ON_PGFLAGS(PageTail(page), page);
356 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
889 VM_BUG_ON_PAGE(PageTail(page), page);
910 return PageTail(page);
H A Dmemcontrol.h524 if (PageTail(page))
554 VM_BUG_ON_PGFLAGS(PageTail(&folio->page), &folio->page);
H A Dpagemap.h1397 VM_BUG_ON_PAGE(PageTail(page), page);
H A Dmm.h1340 VM_BUG_ON_PGFLAGS(PageTail(page), page);
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c172 BUG_ON(PageTail(page));

Completed in 209 milliseconds