Home
last modified time | relevance | path

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

/Linux-v6.1/fs/proc/
Dmeminfo.c93 (unsigned long)atomic_read(&zswap_stored_pages) << in meminfo_proc_show()
/Linux-v6.1/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-v6.1/include/linux/
Dswap.h648 extern atomic_t zswap_stored_pages;