Searched refs:scan_swap_map_try_ssd_cluster (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | swapfile.c | 612 static bool scan_swap_map_try_ssd_cluster(struct swap_info_struct *si, in scan_swap_map_try_ssd_cluster() function 809 if (!scan_swap_map_try_ssd_cluster(si, &offset, &scan_base)) in scan_swap_map_slots() 823 * case, just handled by scan_swap_map_try_ssd_cluster() above. in scan_swap_map_slots() 856 if (!scan_swap_map_try_ssd_cluster(si, &offset, in scan_swap_map_slots() 914 if (scan_swap_map_try_ssd_cluster(si, &offset, &scan_base)) in scan_swap_map_slots()
|
/kernel/linux/linux-6.6/mm/ |
H A D | swapfile.c | 627 static bool scan_swap_map_try_ssd_cluster(struct swap_info_struct *si, in scan_swap_map_try_ssd_cluster() function 837 if (!scan_swap_map_try_ssd_cluster(si, &offset, &scan_base)) in scan_swap_map_slots() 851 * case, just handled by scan_swap_map_try_ssd_cluster() above. in scan_swap_map_slots() 884 if (!scan_swap_map_try_ssd_cluster(si, &offset, in scan_swap_map_slots() 942 if (scan_swap_map_try_ssd_cluster(si, &offset, &scan_base)) in scan_swap_map_slots()
|
Completed in 9 milliseconds