Home
last modified time | relevance | path

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

/mm/
Dswapfile.c174 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()
[all …]