Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_state.c93 swp_tb = swap_table_get(__swap_entry_to_cluster(entry), in swap_cache_get_folio()
116 swp_tb = swap_table_get(__swap_entry_to_cluster(entry), in swap_cache_has_folio()
133 swp_tb = swap_table_get(__swap_entry_to_cluster(entry), in swap_cache_get_shadow()
246 VM_WARN_ON_ONCE(__swap_entry_to_cluster(entry) != ci); in __swap_cache_del_folio()
364 struct swap_cluster_info *ci = __swap_entry_to_cluster(entry); in __swap_cache_clear_shadow()
H A Dswap.h91 static inline struct swap_cluster_info *__swap_entry_to_cluster(swp_entry_t entry) in __swap_entry_to_cluster() function