Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap_state.c142 unsigned int ci_start, ci_off, ci_end; in swap_cache_add_folio() local
151 ci_end = ci_start + nr_pages; in swap_cache_add_folio()
159 } while (++ci_off < ci_end); in swap_cache_add_folio()
190 unsigned int ci_start, ci_off, ci_end; in __swap_cache_del_folio() local
200 ci_end = ci_start + nr_pages; in __swap_cache_del_folio()
207 } while (++ci_off < ci_end); in __swap_cache_del_folio()
258 unsigned int ci_end = ci_off + nr_pages; in __swap_cache_replace_folio() local
270 } while (++ci_off < ci_end); in __swap_cache_replace_folio()
280 ci_end = ci_off + folio_nr_pages(old); in __swap_cache_replace_folio()
281 while (ci_off++ < ci_end) in __swap_cache_replace_folio()
[all …]
H A Dswapfile.c855 unsigned int ci_end = ci_off + nr; in swap_cluster_assert_table_empty() local
862 } while (++ci_off < ci_end); in swap_cluster_assert_table_empty()