Searched refs:expected_refcount (Results 1 – 1 of 1) sorted by relevance
553 int expected_refcount = folio_mapcount(folio); in is_refcount_suitable() local556 expected_refcount += folio_nr_pages(folio); in is_refcount_suitable()559 expected_refcount++; in is_refcount_suitable()561 return folio_ref_count(folio) == expected_refcount; in is_refcount_suitable()