Searched refs:expected_refcount (Results 1 – 1 of 1) sorted by relevance
529 int expected_refcount; in is_refcount_suitable() local531 expected_refcount = total_mapcount(page); in is_refcount_suitable()533 expected_refcount += compound_nr(page); in is_refcount_suitable()535 return page_count(page) == expected_refcount; in is_refcount_suitable()