Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmm_types.h152 atomic_t compound_mapcount; member
304 return &tail->compound_mapcount; in folio_mapcount_ptr()
309 return &page[1].compound_mapcount; in compound_mapcount_ptr()
A Dmm.h807 static inline int compound_mapcount(struct page *page) in compound_mapcount() function
/linux/Documentation/vm/
A Dtranshuge.rst123 - map/unmap of the whole compound page is accounted for in compound_mapcount
141 go away with the last compound_mapcount.
/linux/mm/
A Dhuge_memory.c1405 if (PageAnon(page) && compound_mapcount(page) != 1) in follow_trans_huge_pmd()
2114 if (compound_mapcount(page) > 1 && in __split_huge_pmd_locked()
2506 compound = compound_mapcount(page); in total_mapcount()
2571 mapcount = compound_mapcount(page); in page_trans_huge_mapcount()
A Dswapfile.c1655 mapcount = compound_mapcount(page); in page_trans_huge_map_swapcount()
A Dvmscan.c1707 if (!compound_mapcount(page) && in shrink_page_list()
A Dpage_alloc.c1228 if (unlikely(compound_mapcount(page))) { in free_tail_pages_check()

Completed in 49 milliseconds