Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A 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()
H A Dmigrate.c2512 if (PageTransHuge(page) && total_mapcount(page) > 1) in numamigrate_isolate_page()
H A Dkhugepaged.c531 expected_refcount = total_mapcount(page); in is_refcount_suitable()
/openbmc/linux/include/linux/
H A Dmm.h1227 static inline int total_mapcount(struct page *page) in total_mapcount() function