Lines Matching refs:last_in_cluster
174 unsigned long last_in_cluster = 0; in scan_swap_map() local
222 last_in_cluster = offset + SWAPFILE_CLUSTER - 1; in scan_swap_map()
225 for (; last_in_cluster <= si->highest_bit; offset++) { in scan_swap_map()
227 last_in_cluster = offset + SWAPFILE_CLUSTER; in scan_swap_map()
228 else if (offset == last_in_cluster) { in scan_swap_map()
243 last_in_cluster = offset + SWAPFILE_CLUSTER - 1; in scan_swap_map()
246 for (; last_in_cluster < scan_base; offset++) { in scan_swap_map()
248 last_in_cluster = offset + SWAPFILE_CLUSTER; in scan_swap_map()
249 else if (offset == last_in_cluster) { in scan_swap_map()
306 si->lowest_alloc <= last_in_cluster) in scan_swap_map()
307 last_in_cluster = si->lowest_alloc - 1; in scan_swap_map()
311 if (offset < last_in_cluster) in scan_swap_map()
313 last_in_cluster - offset + 1); in scan_swap_map()