Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsecretmem.h20 if (PageCompound(page) || !PageLRU(page)) in page_is_secretmem()
A Dpage-flags.h293 static __always_inline int PageCompound(struct page *page) in PageCompound() function
360 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
864 return PageCompound(page); in PageTransCompound()
A Dmm.h980 if (unlikely(PageCompound(page))) in page_mapcount()
1008 if (likely(!PageCompound(page))) in total_mapcount()
1043 if (likely(!PageCompound(page))) in page_mapped()
/linux-6.3-rc2/arch/powerpc/mm/
A Dcacheflush.c174 if (PageCompound(page)) in flush_dcache_icache_page()
/linux-6.3-rc2/mm/
A Ddebug.c54 bool compound = PageCompound(page); in __dump_page()
A Dmigrate_device.c342 if (PageCompound(page)) in migrate_vma_check_page()
947 WARN_ON_ONCE(PageCompound(page)); in migrate_device_coherent_page()
A Dcompaction.c239 if (!PageCompound(page)) in pageblock_skip_persistent()
583 if (PageCompound(page)) { in isolate_freepages_block()
954 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
1078 if (unlikely(PageCompound(page) && !cc->alloc_contig)) { in isolate_migratepages_block()
1086 if (PageCompound(page)) in isolate_migratepages_block()
A Dpage_isolation.c390 if (PageCompound(page)) { in isolate_single_pageblock()
A Dmemremap.c483 VM_BUG_ON_PAGE(PageAnon(page) && PageCompound(page), page); in free_zone_device_page()
A Dkhugepaged.c593 if (PageCompound(page)) { in __collapse_huge_page_isolate()
650 if (PageCompound(page)) in __collapse_huge_page_isolate()
710 if (!PageCompound(src_page)) in __collapse_huge_page_copy()
A Dhuge_memory.c597 if (!PageCompound(page)) in is_transparent_hugepage()
663 VM_BUG_ON_PAGE(!PageCompound(page), page); in __do_huge_pmd_anonymous_page()
1496 VM_BUG_ON_PAGE(!PageCompound(page) && !is_zone_device_page(page), page); in follow_trans_huge_pmd()
2404 VM_BUG_ON_PAGE(PageCompound(tail), head); in lru_add_page_tail()
A Dnommu.c97 if (!PageCompound(page)) { in kobjsize()
A Dmemory-failure.c2210 if (PageCompound(p)) { in memory_failure()
A Dpage_alloc.c1425 bool compound = PageCompound(page); in free_pages_prepare()
3610 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
A Dmemory.c4690 if (PageCompound(page)) in do_numa_page()
A Dhugetlb.c2046 if (!PageCompound(page)) in PageHuge()
/linux-6.3-rc2/drivers/staging/media/ipu3/
A Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/linux-6.3-rc2/block/
A Dbio.c1169 if (mark_dirty && !PageCompound(bvec->bv_page)) in __bio_release_pages()
1479 if (!PageCompound(bvec->bv_page)) in bio_set_pages_dirty()
1528 if (!PageDirty(bvec->bv_page) && !PageCompound(bvec->bv_page)) in bio_check_pages_dirty()
/linux-6.3-rc2/io_uring/
A Drsrc.c1087 if (!PageCompound(pages[i])) in headpage_already_acct()
1098 if (!PageCompound(imu->bvec[j].bv_page)) in headpage_already_acct()
1116 if (!PageCompound(pages[i])) { in io_buffer_account_pin()
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dselftest.c405 if (!PageCompound(pages[0])) { in iommufd_test_md_check_refs()
/linux-6.3-rc2/fs/nfs/
A Ddirect.c270 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/linux-6.3-rc2/kernel/events/
A Duprobes.c486 if (WARN(!is_register && PageCompound(old_page), in uprobe_write_opcode()
535 if (PageCompound(orig_page)) in uprobe_write_opcode()
/linux-6.3-rc2/fs/btrfs/
A Ddefrag.c743 if (PageCompound(page)) { in defrag_prepare_one_page()

Completed in 97 milliseconds