Home
last modified time | relevance | path

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

/linux-5.19.10/fs/proc/
Dmeminfo.c47 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
63 show_val_kb(m, "SwapCached: ", total_swapcache_pages()); in meminfo_proc_show()
/linux-5.19.10/include/linux/
Dswap.h453 static inline unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
527 #define total_swapcache_pages() 0UL macro
/linux-5.19.10/mm/
Dswap_state.c76 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()