Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
H A Dmeminfo.c55 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
78 show_val_kb(m, "SwapCached: ", total_swapcache_pages()); in meminfo_proc_show()
/kernel/linux/linux-6.6/fs/proc/
H A Dmeminfo.c57 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
80 show_val_kb(m, "SwapCached: ", total_swapcache_pages()); in meminfo_proc_show()
/kernel/linux/linux-5.10/include/linux/
H A Dswap.h428 extern unsigned long total_swapcache_pages(void);
527 #define total_swapcache_pages() 0UL macro
/kernel/linux/linux-6.6/include/linux/
H A Dswap.h464 static inline unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
542 #define total_swapcache_pages() 0UL macro
/kernel/linux/linux-5.10/mm/
H A 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()
/kernel/linux/linux-6.6/mm/
H A Dswap_state.c65 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()

Completed in 7 milliseconds