Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_table.h28 static inline unsigned long null_to_swp_tb(void) in null_to_swp_tb() function
125 swp_tb = table ? atomic_long_read(&table[off]) : null_to_swp_tb(); in swap_table_get()
H A Dswap_state.c370 old = __swap_table_xchg(ci, ci_off, null_to_swp_tb()); in __swap_cache_clear_shadow()