Home
last modified time | relevance | path

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

/mm/
Dswap_state.c61 #define INC_CACHE_INFO(x) do { swap_cache_info.x++; } while (0)
62 #define ADD_CACHE_INFO(x, nr) do { swap_cache_info.x += (nr); } while (0)
69 } swap_cache_info; variable
103 swap_cache_info.add_total, swap_cache_info.del_total, in show_swap_cache_info()
104 swap_cache_info.find_success, swap_cache_info.find_total); in show_swap_cache_info()