Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dswap_state.c62 #define INC_CACHE_INFO(x) data_race(swap_cache_info.x++)
63 #define ADD_CACHE_INFO(x, nr) data_race(swap_cache_info.x += (nr))
70 } swap_cache_info; variable
78 swap_cache_info.add_total, swap_cache_info.del_total, in show_swap_cache_info()
79 swap_cache_info.find_success, swap_cache_info.find_total); in show_swap_cache_info()