Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c553 int expected_refcount = folio_mapcount(folio); in is_refcount_suitable() local
556 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()