Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c191 bool need_reclaim; in __try_to_reclaim_swap() local
214 need_reclaim = ((flags & TTRS_ANYWAY) || in __try_to_reclaim_swap()
217 if (!need_reclaim || !folio_swapcache_freeable(folio)) in __try_to_reclaim_swap()
226 need_reclaim = swap_is_has_cache(si, offset, nr_pages); in __try_to_reclaim_swap()
228 if (!need_reclaim) in __try_to_reclaim_swap()
645 bool need_reclaim = false; in cluster_scan_range() local
654 need_reclaim = true; in cluster_scan_range()
661 if (need_reclaim) in cluster_scan_range()