Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h287 static __always_inline int PageCompound(const struct page *page) in PageCompound() function
358 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
905 return PageCompound(page); in PageTransCompound()
H A Dmm.h1237 if (unlikely(PageCompound(page))) in page_mapcount()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/linux/io_uring/
H A Drsrc.c821 if (!PageCompound(pages[i])) in headpage_already_acct()
832 if (!PageCompound(imu->bvec[j].bv_page)) in headpage_already_acct()
850 if (!PageCompound(pages[i])) { in io_buffer_account_pin()
H A Dmemmap.c106 if (PageCompound(to_free[0])) in io_pages_unmap()
/linux/arch/x86/virt/svm/
H A Dsev.c580 if (likely(!PageCompound(page)) || in snp_leak_pages()
/linux/mm/
H A Dpage_isolation.c393 if (PageCompound(page)) { in isolate_single_pageblock()
H A Dmigrate_device.c931 WARN_ON_ONCE(PageCompound(page)); in migrate_device_coherent_page()
H A Dcompaction.c315 if (!PageCompound(page)) in pageblock_skip_persistent()
649 if (PageCompound(page)) { in isolate_freepages_block()
1087 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
H A Dnommu.c98 if (!PageCompound(page)) { in kobjsize()
H A Dpage_alloc.c1036 bool compound = PageCompound(page); in free_pages_prepare()
2726 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
/linux/block/
H A Dbio-integrity.c100 if (dirty && !PageCompound(bv[i].bv_page)) in bio_integrity_unpin_bvec()
/linux/kernel/events/
H A Duprobes.c484 if (WARN(!is_register && PageCompound(old_page), in uprobe_write_opcode()
533 if (PageCompound(orig_page)) in uprobe_write_opcode()
/linux/fs/nfs/
H A Ddirect.c281 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/linux/drivers/iommu/iommufd/
H A Dselftest.c897 if (!PageCompound(pages[0])) { in iommufd_test_md_check_refs()
/linux/net/ipv4/
H A Dtcp.c1804 if (PageCompound(page) || page->mapping) in can_map_frag()