Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpage-flags.h359 VM_BUG_ON_PGFLAGS(!PageHead(page), page); \
774 static __always_inline int PageHead(struct page *page) in PageHead() function
808 BUG_ON(!PageHead(page)); in ClearPageCompound()
853 return PageHead(page); in PageTransHuge()
1022 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in PageAnonExclusive()
1029 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in SetPageAnonExclusive()
1036 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in ClearPageAnonExclusive()
1043 VM_BUG_ON_PGFLAGS(PageHuge(page) && !PageHead(page), page); in __ClearPageAnonExclusive()
Drmap.h216 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in __page_dup_rmap()
/Linux-v6.6/fs/proc/
Dpage.c142 if (PageHead(page)) in stable_page_flags()
/Linux-v6.6/mm/
Dhuge_memory.c1133 VM_BUG_ON_PAGE(!PageHead(src_page), src_page); in copy_huge_pmd()
1313 VM_BUG_ON_PAGE(!PageHead(page), page); in do_huge_pmd_wp_page()
1455 VM_BUG_ON_PAGE(!PageHead(page) && !is_zone_device_page(page), page); in follow_trans_huge_pmd()
1695 VM_BUG_ON_PAGE(!PageHead(page), page); in zap_huge_pmd()
2384 VM_BUG_ON_PAGE(!PageHead(head), head); in lru_add_page_tail()
Dinternal.h1032 if (unlikely(!PageHead(page) && PageHuge(page))) in gup_must_unshare()
Drmap.c1399 VM_BUG_ON_PAGE(compound && !PageHead(page), page); in page_remove_rmap()
Dmigrate.c2097 if (PageHead(page)) { in add_page_for_migration()
Dkhugepaged.c1514 if (!PageHead(hpage)) { in collapse_pte_mapped_thp()
Dpage_alloc.c4513 int head = PageHead(page); in __free_pages()
Dmemcontrol.c5986 VM_BUG_ON_PAGE(!page || !PageHead(page), page); in get_mctgt_type_thp()