Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Dmeminfo.c48 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
154 K(total_swapcache_pages()), in meminfo_proc_show()
/linux-4.1.27/mm/
Dswap_state.c52 unsigned long total_swapcache_pages(void) in total_swapcache_pages() function
66 printk("%lu pages in swap cache\n", total_swapcache_pages()); in show_swap_cache_info()
/linux-4.1.27/include/linux/
Dswap.h390 extern unsigned long total_swapcache_pages(void);
445 #define total_swapcache_pages() 0UL macro
/linux-4.1.27/drivers/staging/android/
Dlowmemorykiller.c92 total_swapcache_pages(); in lowmem_scan()