Searched refs:total_swapcache_pages (Results 1 - 3 of 3) sorted by last modified time

/linux-master/mm/
H A Dswap_state.c67 printk("%lu pages in swap cache\n", total_swapcache_pages());
/linux-master/include/linux/
H A Dswap.h445 static inline unsigned long total_swapcache_pages(void)
519 #define total_swapcache_pages() 0UL
447 static inline unsigned long total_swapcache_pages(void) function
521 #define total_swapcache_pages macro
/linux-master/fs/proc/
H A Dmeminfo.c49 total_swapcache_pages() - i.bufferram;
65 show_val_kb(m, "SwapCached: ", total_swapcache_pages());

Completed in 147 milliseconds