Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dkhugepaged.c592 int expected_refcount; in is_refcount_suitable() local
594 expected_refcount = total_mapcount(page); in is_refcount_suitable()
596 expected_refcount += compound_nr(page); in is_refcount_suitable()
598 return page_count(page) == expected_refcount; in is_refcount_suitable()