Searched refs:compound_nr (Results 1 – 7 of 7) sorted by relevance
11 PageSlab, PageCompound, PageHead, PageTail, compound_head, compound_order, compound_nr134 print(f"{'Number of Pages:'.ljust(max_field_len + 2)}{compound_nr(page).value_()}")
408 unsigned long nr_pages = compound_nr(head); in isolate_single_pageblock()
150 for (i = 0; i < compound_nr(page); i++) in __kasan_poison_slab()
284 for (i = 0; i < compound_nr(page); i++) in zero_user_segments()
2010 * compound_nr() returns the number of pages in this potentially compound2011 * page. compound_nr() can be called on a tail page, and is defined to2014 static inline long compound_nr(struct page *page) in compound_nr() function
1052 (PageHead(page) && compound_nr(page) <= npages)) in snp_leak_pages()
836 int i, nr = compound ? compound_nr(page) : 1; in smaps_account()