Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h285 static __always_inline int PageCompound(const struct page *page) in PageCompound() function
356 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
900 return PageCompound(page); in PageTransCompound()
/linux/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/linux/io_uring/
H A Drsrc.c570 if (!PageCompound(pages[i])) in headpage_already_acct()
585 if (!PageCompound(imu->bvec[j].bv_page)) in headpage_already_acct()
603 if (!PageCompound(pages[i])) { in io_buffer_account_pin()
/linux/mm/
H A Dpage_isolation.c399 if (PageCompound(page)) { in isolate_single_pageblock()
H A Dmemremap.c
H A Dcompaction.c297 if (!PageCompound(page)) in pageblock_skip_persistent()
631 if (PageCompound(page)) { in isolate_freepages_block()
1066 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
H A Dnommu.c98 if (!PageCompound(page)) { in kobjsize()
H A Dmigrate.c201 if (PageCompound(page)) in try_to_map_unused_to_zeropage()
H A Dpage_alloc.c1050 bool compound = PageCompound(page); in free_pages_prepare()
2801 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
/linux/kernel/events/
H A Duprobes.c503 if (WARN(!is_register && PageCompound(old_page), in uprobe_write_opcode()
552 if (PageCompound(orig_page)) in uprobe_write_opcode()
/linux/fs/nfs/
H A Ddirect.c296 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/linux/net/ipv4/
H A Dtcp.c1830 if (PageCompound(page) || page->mapping) in can_map_frag()