Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Ddebug.c70 pr_cont(" compound_mapcount: %d", compound_mapcount(page)); in __dump_page()
Dhuge_memory.c1439 if (PageAnon(page) && compound_mapcount(page) != 1) in follow_trans_huge_pmd()
2189 if (compound_mapcount(page) > 1 && !TestSetPageDoubleMap(page)) { in __split_huge_pmd_locked()
2485 compound = compound_mapcount(page); in total_mapcount()
2549 mapcount = compound_mapcount(page); in page_trans_huge_mapcount()
2648 VM_BUG_ON_PAGE(compound_mapcount(head), head); in split_huge_page_to_list()
Dvmscan.c1285 if (!compound_mapcount(page) && in shrink_page_list()
Dswapfile.c1512 mapcount = compound_mapcount(page); in page_trans_huge_map_swapcount()
Dpage_alloc.c947 if (unlikely(compound_mapcount(page))) { in free_tail_pages_check()
/Linux-v4.19/include/linux/
Dmm_types.h131 atomic_t compound_mapcount; member
Dmm.h607 return &page[1].compound_mapcount; in compound_mapcount_ptr()
610 static inline int compound_mapcount(struct page *page) in compound_mapcount() function
/Linux-v4.19/Documentation/vm/
Dtranshuge.rst133 - map/unmap of the whole compound page accounted in compound_mapcount
151 go away with last compound_mapcount.