Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c1209 unsigned long nr_backing, nr_stored, nr_freeable, nr_disk_swapins_cur, in zswap_shrinker_count() local
1234 nr_stored = memcg_page_state(memcg, MEMCG_ZSWAPPED); in zswap_shrinker_count()
1237 nr_stored = atomic_long_read(&zswap_stored_pages); in zswap_shrinker_count()
1240 if (!nr_stored) in zswap_shrinker_count()
1271 return mult_frac(nr_freeable, nr_backing, nr_stored); in zswap_shrinker_count()