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

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

Completed in 283 milliseconds