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

/linux-master/mm/
H A Dswapfile.c145 * When this function is called from scan_swap_map_slots() and it's
464 * If scan_swap_map_slots() can't find a free cluster, it will check
466 * taken by scan_swap_map_slots(), mark the swap entries bad (occupied).
600 * It's possible scan_swap_map_slots() uses a free cluster in the middle of free
805 static int scan_swap_map_slots(struct swap_info_struct *si, function
1103 n_ret = scan_swap_map_slots(si, SWAP_HAS_CACHE,
1114 * and since scan_swap_map_slots() can drop the si->lock,
1646 if ((si->flags & SWP_WRITEOK) && scan_swap_map_slots(si, 1, 1, &entry))
2521 /* wait for anyone still in scan_swap_map_slots */

Completed in 142 milliseconds