Home
last modified time | relevance | path

Searched refs:PageHead (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dpage-flags.h363 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \
784 static __always_inline int PageHead(struct page *page) in PageHead() function
818 BUG_ON(!PageHead(page)); in ClearPageCompound()
849 return PageHead(page); in TESTPAGEFLAG_FALSE()
1002 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in PageAnonExclusive()
1009 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1016 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in ClearPageAnonExclusive()
1023 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in __ClearPageAnonExclusive()
A Drmap.h214 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in __page_dup_rmap()
A Dmm.h1098 VM_BUG_ON_PAGE(!PageHead(page), page); in set_compound_page_dtor()
/linux-6.3-rc2/fs/proc/
A Dpage.c142 if (PageHead(page)) in stable_page_flags()
/linux-6.3-rc2/mm/
A Dhuge_memory.c1146 VM_BUG_ON_PAGE(!PageHead(src_page), src_page); in copy_huge_pmd()
1326 VM_BUG_ON_PAGE(!PageHead(page), page); in do_huge_pmd_wp_page()
1468 VM_BUG_ON_PAGE(!PageHead(page) && !is_zone_device_page(page), page); in follow_trans_huge_pmd()
1708 VM_BUG_ON_PAGE(!PageHead(page), page); in zap_huge_pmd()
2403 VM_BUG_ON_PAGE(!PageHead(head), head); in lru_add_page_tail()
A Drmap.c1376 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in page_remove_rmap()
A Dmigrate.c2137 if (PageHead(page)) { in add_page_for_migration()
A Dkhugepaged.c1491 if (!PageHead(hpage)) { in collapse_pte_mapped_thp()
A Dmemcontrol.c5954 VM_BUG_ON_PAGE(!page || !PageHead(page), page); in get_mctgt_type_thp()
A Dpage_alloc.c5677 int head = PageHead(page); in __free_pages()

Completed in 60 milliseconds