Home
last modified time | relevance | path

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

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