Home
last modified time | relevance | path

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

/linux-4.4.14/fs/proc/
Dmeminfo.c47 total_swapcache_pages() - i.bufferram; in meminfo_proc_show()
151 K(total_swapcache_pages()), in meminfo_proc_show()
/linux-4.4.14/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.4.14/include/linux/
Dswap.h397 extern unsigned long total_swapcache_pages(void);
456 #define total_swapcache_pages() 0UL macro
/linux-4.4.14/drivers/staging/android/
Dlowmemorykiller.c93 total_swapcache_pages(); in lowmem_scan()