Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dmeminfo.c48 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
64 show_val_kb(m, "SwapCached: ", total_swapcache_pages()); in meminfo_proc_show()
/Linux-v5.4/include/linux/
Dswap.h408 extern unsigned long total_swapcache_pages(void);
497 #define total_swapcache_pages() 0UL macro
/Linux-v5.4/mm/
Dswap_state.c71 unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
101 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()