Home
last modified time | relevance | path

Searched refs:compound_nr (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mm/
Dflush.c211 for (i = 0; i < compound_nr(page); i++) { in __flush_dcache_page()
217 for (i = 0; i < compound_nr(page); i++) { in __flush_dcache_page()
/kernel/linux/linux-5.10/mm/
Dinternal.h534 pgoff + compound_nr(page) - 1 >= vma->vm_pgoff) { in vma_address()
555 pgoff = page_to_pgoff(page) + compound_nr(page); in vma_address_end()
Dcompaction.c996 low_pfn += compound_nr(page) - 1; in isolate_migratepages_block()
1009 low_pfn += compound_nr(page) - 1; in isolate_migratepages_block()
1019 cc->nr_migratepages += compound_nr(page); in isolate_migratepages_block()
1020 nr_isolated += compound_nr(page); in isolate_migratepages_block()
Dkhugepaged.c562 -compound_nr(page)); in release_pte_page()
593 expected_refcount += compound_nr(page); in is_refcount_suitable()
702 compound_nr(page)); in __collapse_huge_page_isolate()
Dmemory_hotplug.c1270 skip = compound_nr(head) - (page - head); in scan_movable_pages()
1294 pfn = page_to_pfn(head) + compound_nr(head) - 1; in do_migrate_range()
Dutil.c711 for (i = 0; i < compound_nr(page); i++) { in page_mapped()
Dhugetlb_cgroup.c178 nr_pages = compound_nr(page); in hugetlb_cgroup_move_parent()
Dshmem.c679 unsigned long nr = compound_nr(page); in shmem_add_to_page_cache()
1940 info->alloced += compound_nr(page); in shmem_getpage_gfp()
1980 for (i = 0; i < compound_nr(page); i++) { in shmem_getpage_gfp()
2008 shmem_inode_unacct_blocks(inode, compound_nr(page)); in shmem_getpage_gfp()
Dvmscan.c825 refcount = 1 + compound_nr(page); in __remove_mapping()
1043 nr_pages = compound_nr(page); in shrink_page_list()
1617 nr_pages = compound_nr(page); in isolate_lru_pages()
Dfilemap.c131 nr = compound_nr(page); in page_cache_delete()
335 if (page->index + compound_nr(page) - 1 == xas.xa_index) in page_cache_delete_batch()
Dmigrate.c1028 int i, nr = compound_nr(newpage); in move_to_new_page()
2048 if (!migrate_balanced_pgdat(pgdat, compound_nr(page))) in numamigrate_isolate_page()
Drmap.c1594 hugetlb_count_sub(compound_nr(page), mm); in try_to_unmap_one()
Dhuge_memory.c2541 nr = compound_nr(page); in total_mapcount()
Dhugetlb.c1263 page[1].compound_nr = 0; in destroy_compound_gigantic_page()
Dmemcontrol.c6992 nr_pages = compound_nr(page); in uncharge_page()
Dpage_alloc.c8506 skip_pages = compound_nr(head) - (page - head); in has_unmovable_pages()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dmte.c40 long i, nr_pages = compound_nr(page); in mte_sync_tags()
/kernel/linux/linux-5.10/include/linux/
Dmm_types.h141 unsigned int compound_nr; /* 1 << compound_order */ member
Dmm.h968 page[1].compound_nr = 1U << order; in set_compound_order()
972 static inline unsigned long compound_nr(struct page *page) in compound_nr() function
976 return page[1].compound_nr; in compound_nr()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dhugetlbpage.c691 for (i = 0; i < compound_nr(page); i++) { in flush_dcache_icache_hugepage()
/kernel/linux/linux-5.10/mm/kasan/
Dcommon.c290 for (i = 0; i < compound_nr(page); i++) in kasan_poison_slab()
/kernel/linux/linux-5.10/fs/proc/
Dtask_mmu.c459 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()