Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h349 static inline unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
426 #define total_swapcache_pages() 0UL macro
/linux/mm/
H A Dswap_state.c76 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()