Lines Matching refs:ci_end
180 unsigned int ci_end = ci_off + nr_pages; in swap_only_has_cache() local
188 } while (++ci_off < ci_end); in swap_only_has_cache()
502 unsigned int ci_end = ci_off + nr; in swap_cluster_assert_empty() local
516 } while (++ci_off < ci_end); in swap_cluster_assert_empty()
890 unsigned int ci_end = ci_off + nr_pages; in cluster_scan_range() local
906 } while (++ci_off < ci_end); in cluster_scan_range()
1593 unsigned int ci_off, ci_end; in swap_put_entries_cluster() local
1602 ci_end = ci_off + nr; in swap_put_entries_cluster()
1626 } while (++ci_off < ci_end); in swap_put_entries_cluster()
1700 unsigned int ci_start, ci_off, ci_end; in swap_dup_entries_cluster() local
1703 ci_end = ci_start + nr; in swap_dup_entries_cluster()
1719 } while (++ci_off < ci_end); in swap_dup_entries_cluster()
1921 unsigned int ci_off = ci_start, ci_end = ci_start + nr_pages; in __swap_cluster_free_entries() local
1952 } while (++ci_off < ci_end); in __swap_cluster_free_entries()
2033 unsigned int ci_off, ci_end; in folio_maybe_swapped() local
2041 ci_end = ci_off + folio_nr_pages(folio); in folio_maybe_swapped()
2052 } while (++ci_off < ci_end); in folio_maybe_swapped()