Home
last modified time | relevance | path

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

/linux/tools/mm/
H A Dshow_page_info.py11 PageSlab, PageCompound, PageHead, PageTail, compound_head, compound_order, compound_nr
134 print(f"{'Number of Pages:'.ljust(max_field_len + 2)}{compound_nr(page).value_()}")
/linux/mm/
H A Dpage_isolation.c408 unsigned long nr_pages = compound_nr(head); in isolate_single_pageblock()
/linux/mm/kasan/
H A Dcommon.c150 for (i = 0; i < compound_nr(page); i++) in __kasan_poison_slab()
/linux/include/linux/
H A Dhighmem.h284 for (i = 0; i < compound_nr(page); i++) in zero_user_segments()
H A Dmm.h2010 * compound_nr() returns the number of pages in this potentially compound
2011 * page. compound_nr() can be called on a tail page, and is defined to
2014 static inline long compound_nr(struct page *page) in compound_nr() function
/linux/arch/x86/virt/svm/
H A Dsev.c1052 (PageHead(page) && compound_nr(page) <= npages)) in snp_leak_pages()
/linux/fs/proc/
H A Dtask_mmu.c836 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()