Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/mm/
Dswap.c128 if (unlikely(PageCompound(page))) in __put_page()
275 if (!pagevec_add(pvec, page) || PageCompound(page)) in rotate_reclaimable_page()
366 if (!pagevec_add(pvec, page) || PageCompound(page)) in activate_page()
478 if (!pagevec_add(pvec, page) || PageCompound(page)) in lru_cache_add()
687 if (!pagevec_add(pvec, page) || PageCompound(page)) in deactivate_file_page()
709 if (!pagevec_add(pvec, page) || PageCompound(page)) in deactivate_page()
731 if (!pagevec_add(pvec, page) || PageCompound(page)) in mark_page_lazyfree()
923 if (PageCompound(page)) { in release_pages()
989 VM_BUG_ON_PAGE(PageCompound(page_tail), page); in lru_add_page_tail()
Ddebug.c54 bool compound = PageCompound(page); in __dump_page()
Dcompaction.c246 if (!PageCompound(page)) in pageblock_skip_persistent()
598 if (PageCompound(page)) { in isolate_freepages_block()
925 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
995 if (unlikely(PageCompound(page) && !cc->alloc_contig)) { in isolate_migratepages_block()
1008 if (PageCompound(page)) in isolate_migratepages_block()
Dkhugepaged.c577 !PageCompound(page)) in release_pte_pages()
639 if (PageCompound(page)) { in __collapse_huge_page_isolate()
706 if (PageCompound(page)) in __collapse_huge_page_isolate()
766 if (!PageCompound(src_page)) in __collapse_huge_page_copy()
Dhuge_memory.c519 if (!PageCompound(page)) in is_transparent_hugepage()
589 VM_BUG_ON_PAGE(!PageCompound(page), page); in __do_huge_pmd_anonymous_page()
1291 VM_BUG_ON_PAGE(!PageCompound(page) || !PageHead(page), page); in do_huge_pmd_wp_page()
1404 VM_BUG_ON_PAGE(!PageCompound(page) && !is_zone_device_page(page), page); in follow_trans_huge_pmd()
2537 if (likely(!PageCompound(page))) in total_mapcount()
2660 VM_BUG_ON_PAGE(!PageCompound(head), head); in split_huge_page_to_list()
Dmlock.c96 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in mlock_vma_page()
Dutil.c704 if (likely(!PageCompound(page))) in page_mapped()
Dmemory-failure.c1423 if (PageCompound(p) && compound_head(p) != orig_head) { in memory_failure()
Drmap.c1845 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in try_to_munlock()
Dnommu.c99 if (!PageCompound(page)) { in kobjsize()
Dslub.c3217 BUG_ON(!PageCompound(page)); in build_detached_freelist()
4099 WARN_ON(!PageCompound(page)); in __ksize()
4121 BUG_ON(!PageCompound(page)); in kfree()
Dshmem.c750 VM_BUG_ON_PAGE(PageCompound(page), page); in shmem_delete_from_page_cache()
1372 VM_BUG_ON_PAGE(PageCompound(page), page); in shmem_writepage()
Dmigrate.c2557 if (PageCompound(page)) in migrate_vma_check_page()
Dpage_alloc.c1237 bool compound = PageCompound(page); in free_pages_prepare()
3300 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
Dvmscan.c1824 if (unlikely(PageCompound(page))) { in move_pages_to_lru()
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h208 static __always_inline int PageCompound(struct page *page) in PageCompound() function
265 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
659 return PageCompound(page); in PageTransCompound()
Dmm.h838 VM_BUG_ON_PAGE(!PageCompound(page), page); in compound_mapcount()
865 if (unlikely(PageCompound(page))) in page_mapcount()
950 return PageCompound(page) && compound_order(page) > 1; in hpage_pincount_available()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dmem.c489 if (PageCompound(page)) { in flush_dcache_icache_page()
Dhugetlbpage.c689 BUG_ON(!PageCompound(page)); in flush_dcache_icache_hugepage()
/kernel/linux/linux-5.10/block/
Dbio.c957 if (mark_dirty && !PageCompound(bvec->bv_page)) in bio_release_pages()
1329 if (!PageCompound(bvec->bv_page)) in bio_set_pages_dirty()
1378 if (!PageDirty(bvec->bv_page) && !PageCompound(bvec->bv_page)) in bio_check_pages_dirty()
/kernel/linux/linux-5.10/kernel/events/
Duprobes.c208 if ((vma->vm_flags & VM_LOCKED) && !PageCompound(old_page)) in __replace_page()
489 if (WARN(!is_register && PageCompound(old_page), in uprobe_write_opcode()
538 if (PageCompound(orig_page)) in uprobe_write_opcode()
/kernel/linux/linux-5.10/fs/nfs/
Ddirect.c304 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dtdp_mmu.c1090 (!PageCompound(pfn_to_page(pfn)) && in zap_collapsible_spte_range()
Dmmu.c2752 if (!PageCompound(pfn_to_page(pfn)) && !kvm_is_zone_device_pfn(pfn)) in host_pfn_mapping_level()
5594 PageCompound(pfn_to_page(pfn)))) { in kvm_mmu_zap_collapsible_spte()

12