Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drmap.h398 .nr_pages = compound_nr(_page), \
H A Dhighmem.h284 for (i = 0; i < compound_nr(page); i++) in zero_user_segments()
H A Dmm.h2059 static inline unsigned long compound_nr(struct page *page) in compound_nr() function
/openbmc/linux/mm/kasan/
H A Dcommon.c130 for (i = 0; i < compound_nr(page); i++) in __kasan_poison_slab()
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c41 long i, nr_pages = compound_nr(page); in mte_sync_tags()
/openbmc/linux/mm/
H A Dpage_isolation.c393 unsigned long nr_pages = compound_nr(head); in isolate_single_pageblock()
H A Dhighmem.c404 for (i = 0; i < compound_nr(page); i++) { in zero_user_segments()
H A Dkhugepaged.c533 expected_refcount += compound_nr(page); in is_refcount_suitable()
644 compound_nr(page)); in __collapse_huge_page_isolate()
728 -compound_nr(src_page)); in __collapse_huge_page_copy_succeeded()
H A Dmemory_hotplug.c1694 skip = compound_nr(head) - (pfn - page_to_pfn(head)); in scan_movable_pages()
1722 pfn = page_to_pfn(head) + compound_nr(head) - 1; in do_migrate_range()
H A Dinternal.h738 return vma_pgoff_address(page_to_pgoff(page), compound_nr(page), vma); in vma_address()
H A Dhugetlb_cgroup.c205 nr_pages = compound_nr(page); in hugetlb_cgroup_move_parent()
H A Dcompaction.c966 low_pfn += compound_nr(page) - 1; in isolate_migratepages_block()
967 nr_scanned += compound_nr(page) - 1; in isolate_migratepages_block()
/openbmc/linux/fs/proc/
H A Dtask_mmu.c444 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()