Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dswapfile.c810 } else if (unlikely(!si->cluster_nr--)) { in scan_swap_map_slots()
812 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()
835 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()
846 si->cluster_nr = SWAPFILE_CLUSTER - 1; in scan_swap_map_slots()
915 } else if (si->cluster_nr && !si->swap_map[++offset]) { in scan_swap_map_slots()
917 --si->cluster_nr; in scan_swap_map_slots()
3027 p->cluster_nr = 0; in read_swap_header()
/kernel/linux/linux-5.10/include/linux/
Dswap.h254 unsigned int cluster_nr; /* countdown to next cluster search */ member