Home
last modified time | relevance | path

Searched refs:PageCompound (Results 1 – 13 of 13) sorted by relevance

/linux/mm/
H A Dusercopy.c198 } else if (PageCompound(page)) { in check_heap_object()
H A Dcompaction.c264 if (!PageCompound(page)) in pageblock_skip_persistent()
598 if (PageCompound(page)) { in isolate_freepages_block()
1033 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
H A Dmigrate.c304 if (PageCompound(page) || PageHWPoison(page)) in try_to_map_unused_to_zeropage()
H A Dpage_alloc.c1348 bool compound = PageCompound(page); in __free_pages_prepare()
3122 VM_WARN_ON_PAGE(PageCompound(page), page); in __split_page()
H A Dhugetlb.c2836 if (PageHuge(page) || PageCompound(page)) { in replace_free_hugepage_folios()
/linux/include/linux/
H A Dpage-flags.h326 static __always_inline int PageCompound(const struct page *page) in PageCompound() function
397 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
901 return PageCompound(page); in FOLIO_FLAG()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/linux/io_uring/
H A Drsrc.c620 if (!PageCompound(pages[i])) in headpage_already_acct()
635 if (!PageCompound(imu->bvec[j].bv_page)) in headpage_already_acct()
653 if (!PageCompound(pages[i])) { in io_buffer_account_pin()
/linux/drivers/hv/
H A Dmshv_regions.c44 if (!PageCompound(page) || !PageHead(page) || in mshv_chunk_stride()
/linux/arch/x86/virt/svm/
H A Dsev.c1046 if (likely(!PageCompound(page)) || in __snp_leak_pages()
/linux/fs/nfs/
H A Ddirect.c296 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/linux/drivers/iommu/iommufd/
H A Dselftest.c1284 if (!PageCompound(pages[0])) { in iommufd_test_md_check_refs()
/linux/net/ipv4/
H A Dtcp.c1942 if (PageCompound(page) || page->mapping) in can_map_frag()