Home
last modified time | relevance | path

Searched refs:PageTransCompound (Results 1 – 8 of 8) sorted by relevance

/linux/fs/proc/
H A Dpage.c
/linux/mm/
H A Dpage_isolation.c81 if (PageHuge(page) || PageTransCompound(page)) { in has_unmovable_pages()
H A Dmigrate_device.c166 if (!page || !page->mapping || PageTransCompound(page)) { in migrate_vma_collect_pmd()
H A Dksm.c1497 if (PageTransCompound(page)) { in try_to_merge_one_page()
2425 split = PageTransCompound(page) in cmp_and_merge_page()
H A Dkhugepaged.c
H A Dmemcontrol.c6393 if (ent.val && !ret && (!page || !PageTransCompound(page)) && in mem_cgroup_can_attach()
H A Dmemory.c4761 if (PageTransCompound(page)) { in finish_fault()
/linux/include/linux/
H A Dpage-flags.h903 static inline int PageTransCompound(const struct page *page) in PageTransCompound() function