Home
last modified time | relevance | path

Searched refs:total_mapcount (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/mm/
Dmemfd.c48 page_count(page) - total_mapcount(page) != cache_count) in memfd_tag_pins()
107 page_count(page) - total_mapcount(page)) { in memfd_wait_for_pins()
Dmigrate.c2502 if (PageTransHuge(page) && total_mapcount(page) > 1) in numamigrate_isolate_page()
Dkhugepaged.c531 expected_refcount = total_mapcount(page); in is_refcount_suitable()
/Linux-v6.6/include/linux/
Dmm.h1221 static inline int total_mapcount(struct page *page) in total_mapcount() function