Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dmeminfo.c49 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
65 show_val_kb(m, "SwapCached: ", total_swapcache_pages()); in meminfo_proc_show()
/openbmc/linux/include/linux/
H A Dswap.h447 static inline unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
522 #define total_swapcache_pages() 0UL macro
/openbmc/linux/mm/
H A Dswap_state.c65 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()