Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dinternal.h62 #define FOLIO_PAGES_MAPPED (COMPOUND_MAPPED - 1) macro
76 return atomic_read(&folio->_nr_pages_mapped) & FOLIO_PAGES_MAPPED; in folio_nr_pages_mapped()
Drmap.c1228 nr = nr_pmdmapped - (nr & FOLIO_PAGES_MAPPED); in page_add_anon_rmap()
1338 nr = nr_pmdmapped - (nr & FOLIO_PAGES_MAPPED); in folio_add_file_rmap_range()
1424 nr = nr_pmdmapped - (nr & FOLIO_PAGES_MAPPED); in page_remove_rmap()