Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzswap.c1208 unsigned long nr_backing, nr_stored, nr_freeable, nr_disk_swapins_cur, in zswap_shrinker_count() local
1233 nr_stored = memcg_page_state(memcg, MEMCG_ZSWAPPED); in zswap_shrinker_count()
1236 nr_stored = atomic_read(&zswap_stored_pages); in zswap_shrinker_count()
1239 if (!nr_stored) in zswap_shrinker_count()
1270 return mult_frac(nr_freeable, nr_backing, nr_stored); in zswap_shrinker_count()