Searched refs:__swap_table_get (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | swap_table.h | 106 static inline unsigned long __swap_table_get(struct swap_cluster_info *ci, in __swap_table_get() function
|
| H A D | swap_state.c | 156 VM_WARN_ON_ONCE(swp_tb_is_folio(__swap_table_get(ci, ci_off))); in __swap_cache_add_folio() 200 old_tb = __swap_table_get(ci, ci_off); in swap_cache_add_folio() 350 WARN_ON_ONCE(swp_tb_to_folio(__swap_table_get(ci, ci_off)) != old); in __swap_cache_replace_folio()
|
| H A D | swapfile.c | 187 swp_tb = __swap_table_get(ci, ci_off); in swap_only_has_cache() 458 VM_WARN_ON_ONCE(!swp_tb_is_null(__swap_table_get(ci, ci_off))); in swap_cluster_free_table() 806 swp_tb = __swap_table_get(ci, offset % SWAPFILE_CLUSTER); in cluster_reclaim_range() 829 swp_tb = __swap_table_get(ci, offset % SWAPFILE_CLUSTER); in cluster_scan_range() 857 swp_tb = __swap_table_get(ci, ci_off); in swap_cluster_assert_table_empty() 1440 swp_tb = __swap_table_get(ci, offset % SWAPFILE_CLUSTER); in swap_put_entries_cluster() 1619 if (!count && !swp_tb_is_folio(__swap_table_get(ci, offset % SWAPFILE_CLUSTER))) in swap_put_entry_locked() 3620 !swp_tb_is_folio(__swap_table_get(ci, offset % SWAPFILE_CLUSTER)))) in swap_dup_entries()
|