Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/mm/
H A Dswap.c130 if (unlikely(PageCompound(page))) in __put_page()
267 if (!pagevec_add(pvec, page) || PageCompound(page) || in pagevec_add_and_need_flush()
1047 if (PageCompound(page)) { in release_pages()
1113 VM_BUG_ON_PAGE(PageCompound(page_tail), page); in lru_add_page_tail()
H A Ddebug.c51 bool compound = PageCompound(page); in __dump_page()
H A Dcompaction.c246 if (!PageCompound(page)) in pageblock_skip_persistent()
598 if (PageCompound(page)) { in isolate_freepages_block()
950 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block()
1020 if (unlikely(PageCompound(page) && !cc->alloc_contig)) { in isolate_migratepages_block()
1033 if (PageCompound(page)) in isolate_migratepages_block()
H A Dkhugepaged.c578 !PageCompound(page)) in release_pte_pages()
640 if (PageCompound(page)) { in __collapse_huge_page_isolate()
707 if (PageCompound(page)) in __collapse_huge_page_isolate()
767 if (!PageCompound(src_page)) in __collapse_huge_page_copy()
H A 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()
2550 if (likely(!PageCompound(page))) in total_mapcount()
2673 VM_BUG_ON_PAGE(!PageCompound(head), head); in split_huge_page_to_list()
H A Dmlock.c97 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in mlock_vma_page()
H A Dutil.c709 if (likely(!PageCompound(page))) in page_mapped()
H A Dmemory-failure.c1415 if (PageCompound(p) && compound_head(p) != orig_head) { in memory_failure()
H A Drmap.c1893 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in try_to_munlock()
H A Dnommu.c99 if (!PageCompound(page)) { in kobjsize()
H A Dslub.c3277 BUG_ON(!PageCompound(page)); in build_detached_freelist()
4171 WARN_ON(!PageCompound(page)); in __ksize()
4193 BUG_ON(!PageCompound(page)); in kfree()
H A Dshmem.c757 VM_BUG_ON_PAGE(PageCompound(page), page); in shmem_delete_from_page_cache()
1379 VM_BUG_ON_PAGE(PageCompound(page), page); in shmem_writepage()
H A Dmigrate.c2529 if (PageCompound(page)) in migrate_vma_check_page()
H A Dvmscan.c1932 if (unlikely(PageCompound(page))) { in move_pages_to_lru()
H A Dpage_alloc.c1304 bool compound = PageCompound(page); in free_pages_prepare()
3411 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h200 static __always_inline int PageCompound(struct page *page) in PageCompound() function
257 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
639 return PageCompound(page); in PageTransCompound()
H A Dmm.h865 VM_BUG_ON_PAGE(!PageCompound(page), page); in compound_mapcount()
892 if (unlikely(PageCompound(page))) in page_mapcount()
977 return PageCompound(page) && compound_order(page) > 1; in hpage_pincount_available()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-dmamap.c64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
/OK3568_Linux_fs/kernel/block/
H A 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()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dmem.c489 if (PageCompound(page)) { in flush_dcache_icache_page()
H A Dhugetlbpage.c690 BUG_ON(!PageCompound(page)); in flush_dcache_icache_hugepage()
/OK3568_Linux_fs/kernel/kernel/events/
H A 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()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddirect.c304 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1090 (!PageCompound(pfn_to_page(pfn)) && in zap_collapsible_spte_range()
H A 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