Searched refs:PageCompound (Results 1 – 25 of 28) sorted by relevance
12
/linux/include/linux/ |
A D | secretmem.h | 20 if (PageCompound(page) || !PageLRU(page)) in page_is_secretmem()
|
A D | page-flags.h | 240 static __always_inline int PageCompound(struct page *page) in PageCompound() function 306 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \ 759 return PageCompound(page); in PageTransCompound()
|
A D | mm.h | 809 VM_BUG_ON_PAGE(!PageCompound(page), page); in compound_mapcount() 836 if (unlikely(PageCompound(page))) in page_mapcount() 938 return PageCompound(page) && compound_order(page) > 1; in hpage_pincount_available()
|
/linux/mm/ |
A D | swap.c | 127 if (unlikely(PageCompound(page))) in __put_page() 236 if (!pagevec_add(pvec, page) || PageCompound(page) || in pagevec_add_and_need_flush() 951 if (PageCompound(page)) { in release_pages()
|
A D | debug.c | 53 bool compound = PageCompound(page); in __dump_page()
|
A D | compaction.c | 245 if (!PageCompound(page)) in pageblock_skip_persistent() 593 if (PageCompound(page)) { in isolate_freepages_block() 968 if (PageCompound(page) && !cc->alloc_contig) { in isolate_migratepages_block() 1055 if (unlikely(PageCompound(page) && !cc->alloc_contig)) { in isolate_migratepages_block() 1063 if (PageCompound(page)) in isolate_migratepages_block()
|
A D | khugepaged.c | 580 !PageCompound(page)) in release_pte_pages() 642 if (PageCompound(page)) { in __collapse_huge_page_isolate() 709 if (PageCompound(page)) in __collapse_huge_page_isolate() 769 if (!PageCompound(src_page)) in __collapse_huge_page_copy()
|
A D | huge_memory.c | 534 if (!PageCompound(page)) in is_transparent_hugepage() 604 VM_BUG_ON_PAGE(!PageCompound(page), page); in __do_huge_pmd_anonymous_page() 1417 VM_BUG_ON_PAGE(!PageCompound(page) && !is_zone_device_page(page), page); in follow_trans_huge_pmd() 2323 VM_BUG_ON_PAGE(PageCompound(tail), head); in lru_add_page_tail() 2503 if (likely(!PageCompound(page))) in total_mapcount() 2624 VM_BUG_ON_PAGE(!PageCompound(head), head); in split_huge_page_to_list()
|
A D | mlock.c | 97 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in mlock_vma_page()
|
A D | nommu.c | 98 if (!PageCompound(page)) { in kobjsize()
|
A D | memory-failure.c | 1763 if (PageCompound(p) && compound_head(p) != orig_head) { in memory_failure()
|
A D | rmap.c | 2031 VM_BUG_ON_PAGE(PageCompound(page) && PageDoubleMap(page), page); in page_mlock()
|
A D | migrate.c | 2483 if (PageCompound(page)) in migrate_vma_check_page()
|
A D | gup.c | 244 if (PageCompound(page) && compound_order(page) >= 1) in compound_range_next()
|
A D | slub.c | 3546 if (WARN_ON_ONCE(!PageCompound(page))) in free_nonslab_page() 4538 WARN_ON(!PageCompound(page)); in __ksize()
|
A D | page_alloc.c | 1308 bool compound = PageCompound(page); in free_pages_prepare() 3485 VM_BUG_ON_PAGE(PageCompound(page), page); in split_page()
|
A D | vmscan.c | 2342 if (unlikely(PageCompound(page))) { in move_pages_to_lru()
|
A D | shmem.c | 769 VM_BUG_ON_PAGE(PageCompound(page), page); in shmem_delete_from_page_cache()
|
/linux/arch/powerpc/mm/ |
A D | cacheflush.c | 174 if (PageCompound(page)) in flush_dcache_icache_page()
|
/linux/drivers/staging/media/ipu3/ |
A D | ipu3-dmamap.c | 64 if (!PageCompound(page)) { in imgu_dmamap_alloc_buffer()
|
/linux/block/ |
A D | bio.c | 1042 if (mark_dirty && !PageCompound(bvec->bv_page)) in __bio_release_pages() 1360 if (!PageCompound(bvec->bv_page)) in bio_set_pages_dirty() 1409 if (!PageDirty(bvec->bv_page) && !PageCompound(bvec->bv_page)) in bio_check_pages_dirty()
|
/linux/kernel/events/ |
A D | uprobes.c | 209 if ((vma->vm_flags & VM_LOCKED) && !PageCompound(old_page)) in __replace_page() 491 if (WARN(!is_register && PageCompound(old_page), in uprobe_write_opcode() 540 if (PageCompound(orig_page)) in uprobe_write_opcode()
|
/linux/fs/nfs/ |
A D | direct.c | 304 if (!PageCompound(page) && bytes < hdr->good_bytes && in nfs_direct_read_completion()
|
/linux/fs/ |
A D | io_uring.c | 8973 if (!PageCompound(pages[i])) in headpage_already_acct() 8984 if (!PageCompound(imu->bvec[j].bv_page)) in headpage_already_acct() 9002 if (!PageCompound(pages[i])) { in io_buffer_account_pin()
|
/linux/fs/btrfs/ |
A D | ioctl.c | 1083 if (PageCompound(page)) { in defrag_prepare_one_page()
|
Completed in 155 milliseconds
12