Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmm_types.h139 atomic_t compound_mapcount; member
233 return &page[1].compound_mapcount; in compound_mapcount_ptr()
H A Dmm.h863 static inline int compound_mapcount(struct page *page) in compound_mapcount() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dtranshuge.rst128 - map/unmap of the whole compound page is accounted for in compound_mapcount
146 go away with the last compound_mapcount.
/OK3568_Linux_fs/kernel/mm/
H A Dhuge_memory.c1392 if (PageAnon(page) && compound_mapcount(page) != 1) in follow_trans_huge_pmd()
2182 if (compound_mapcount(page) > 1 && in __split_huge_pmd_locked()
2553 compound = compound_mapcount(page); in total_mapcount()
2618 mapcount = compound_mapcount(page); in page_trans_huge_mapcount()
H A Dvmscan.c1303 if (!compound_mapcount(page) && in shrink_page_list()
H A Dswapfile.c1701 mapcount = compound_mapcount(page); in page_trans_huge_map_swapcount()
H A Dpage_alloc.c1223 if (unlikely(compound_mapcount(page))) { in free_tail_pages_check()