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

/linux-master/mm/
H A Dpage_isolation.c81 if (PageHuge(page) || PageTransCompound(page)) {
H A Dmigrate_device.c166 if (!page || !page->mapping || PageTransCompound(page)) {
H A Dksm.c1293 BUG_ON(PageTransCompound(page));
1497 if (PageTransCompound(page)) {
2419 split = PageTransCompound(page)
H A Dkhugepaged.c1941 if (PageTransCompound(page)) {
2257 if (PageTransCompound(page)) {
H A Dmemcontrol.c6181 if (ent.val && !ret && (!page || !PageTransCompound(page)) &&
H A Dmemory.c4736 if (PageTransCompound(page)) {
/linux-master/fs/proc/
H A Dpage.c146 * PageTransCompound can be true for non-huge compound pages (slab
151 else if (PageTransCompound(page)) {
/linux-master/include/linux/
H A Dpage-flags.h894 * PageTransCompound returns true for both transparent huge pages
898 static inline int PageTransCompound(const struct page *page) function

Completed in 492 milliseconds