Searched refs:expected_refcount (Results 1 – 1 of 1) sorted by relevance
549 int expected_refcount = folio_mapcount(folio); in is_refcount_suitable() local552 expected_refcount += folio_nr_pages(folio); in is_refcount_suitable()555 expected_refcount++; in is_refcount_suitable()557 return folio_ref_count(folio) == expected_refcount; in is_refcount_suitable()