Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dswapfile.c779 unsigned long last_in_cluster = 0; in scan_swap_map_slots() local
826 last_in_cluster = offset + SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()
829 for (; last_in_cluster <= si->highest_bit; offset++) { in scan_swap_map_slots()
831 last_in_cluster = offset + SWAPFILE_CLUSTER; in scan_swap_map_slots()
832 else if (offset == last_in_cluster) { in scan_swap_map_slots()
/kernel/linux/linux-6.6/mm/
H A Dswapfile.c807 unsigned long last_in_cluster = 0; in scan_swap_map_slots() local
854 last_in_cluster = offset + SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()
857 for (; last_in_cluster <= si->highest_bit; offset++) { in scan_swap_map_slots()
859 last_in_cluster = offset + SWAPFILE_CLUSTER; in scan_swap_map_slots()
860 else if (offset == last_in_cluster) { in scan_swap_map_slots()

Completed in 9 milliseconds