Home
last modified time | relevance | path

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

/linux-5.19.10/fs/proc/
Dmeminfo.c93 (unsigned long)atomic_read(&zswap_stored_pages) << in meminfo_proc_show()
/linux-5.19.10/mm/
Dzswap.c47 atomic_t zswap_stored_pages = ATOMIC_INIT(0); variable
374 atomic_dec(&zswap_stored_pages); in zswap_free_entry()
1256 atomic_inc(&zswap_stored_pages); in zswap_frontswap_store()
1458 zswap_debugfs_root, &zswap_stored_pages); in zswap_debugfs_init()
/linux-5.19.10/include/linux/
Dswap.h630 extern atomic_t zswap_stored_pages;