Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c1553 int ci_batch = -1; in swap_put_entries_cluster() local
1563 if (ci_batch == -1) in swap_put_entries_cluster()
1564 ci_batch = ci_off; in swap_put_entries_cluster()
1577 if (ci_batch != -1) { in swap_put_entries_cluster()
1578 __swap_cluster_free_entries(si, ci, ci_batch, ci_off - ci_batch); in swap_put_entries_cluster()
1579 ci_batch = -1; in swap_put_entries_cluster()
1583 if (ci_batch != -1) in swap_put_entries_cluster()
1584 __swap_cluster_free_entries(si, ci, ci_batch, ci_off - ci_batch); in swap_put_entries_cluster()