Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dmemfd.c47 page_count(page) - total_mapcount(page) != cache_count) in memfd_tag_pins()
106 page_count(page) - total_mapcount(page)) { in memfd_wait_for_pins()
Dmigrate.c2126 if (PageTransHuge(page) && total_mapcount(page) > 1) in numamigrate_isolate_page()
Dkhugepaged.c526 expected_refcount = total_mapcount(page); in is_refcount_suitable()
Dcompaction.c1001 if (!mapping && (page_count(page) - 1) > total_mapcount(page)) in isolate_migratepages_block()
Dhuge_memory.c1587 if (total_mapcount(page) != 1) in madvise_free_huge_pmd()
/Linux-v6.1/include/linux/
Dmm.h869 static inline int total_mapcount(struct page *page) in total_mapcount() function
875 static inline int total_mapcount(struct page *page) in total_mapcount() function