Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c1598 int ci_batch = -1; in swap_put_entries_cluster() local
1608 if (ci_batch == -1) in swap_put_entries_cluster()
1609 ci_batch = ci_off; in swap_put_entries_cluster()
1622 if (ci_batch != -1) { in swap_put_entries_cluster()
1623 __swap_cluster_free_entries(si, ci, ci_batch, ci_off - ci_batch); in swap_put_entries_cluster()
1624 ci_batch = -1; in swap_put_entries_cluster()
1628 if (ci_batch != -1) in swap_put_entries_cluster()
1629 __swap_cluster_free_entries(si, ci, ci_batch, ci_off - ci_batch); in swap_put_entries_cluster()