Searched refs:ci_off (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | swap_state.c | 143 unsigned int ci_off = swp_cluster_offset(entry), ci_end; in __swap_cache_add_folio() local 152 ci_end = ci_off + nr_pages; in __swap_cache_add_folio() 154 old_tb = __swap_table_get(ci, ci_off); in __swap_cache_add_folio() 156 __swap_table_set(ci, ci_off, pfn_to_swp_tb(pfn, __swp_tb_get_count(old_tb))); in __swap_cache_add_folio() 157 } while (++ci_off < ci_end); in __swap_cache_add_folio() 185 unsigned int ci_start, ci_off, ci_end; in swap_cache_add_folio() local 191 ci_off = ci_start; in swap_cache_add_folio() 198 old_tb = __swap_table_get(ci, ci_off); in swap_cache_add_folio() 209 } while (++ci_off < ci_end); in swap_cache_add_folio() 240 unsigned int ci_start, ci_off, ci_end; in __swap_cache_del_folio() local [all …]
|