Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_state.c167 lruvec_stat_mod_folio(folio, NR_SWAPCACHE, nr_pages); in swap_cache_add_folio()
212 lruvec_stat_mod_folio(folio, NR_SWAPCACHE, -nr_pages); in __swap_cache_del_folio()
H A Dmigrate.c683 __mod_lruvec_state(old_lruvec, NR_SWAPCACHE, -nr); in __folio_migrate_mapping()
684 __mod_lruvec_state(new_lruvec, NR_SWAPCACHE, nr); in __folio_migrate_mapping()
H A Dmemcontrol-v1.c1838 NR_SWAPCACHE,
H A Dvmstat.c1278 [I(NR_SWAPCACHE)] = "nr_swapcached",
H A Dmemcontrol.c321 NR_SWAPCACHE,
1353 { "swapcached", NR_SWAPCACHE },
/linux/include/linux/
H A Dswap.h442 return global_node_page_state(NR_SWAPCACHE); in total_swapcache_pages()
H A Dmmzone.h233 NR_SWAPCACHE, enumerator
/linux/drivers/base/
H A Dnode.c455 swapcached = node_page_state_pages(pgdat, NR_SWAPCACHE); in node_read_meminfo()