Searched refs:try_to_unmap (Results 1 – 8 of 8) sorted by relevance
361 void try_to_unmap(struct folio *, enum ttu_flags flags);481 static inline void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
1472 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()1477 try_to_unmap(folio, ttu); in hwpoison_user_mappings()
1660 try_to_unmap(folio, TTU_IGNORE_MLOCK); in do_migrate_range()
1820 void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
1941 try_to_unmap(page_folio(page), in collapse_file()
2376 try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK); in unmap_folio()
1876 try_to_unmap(folio, flags); in shrink_folio_list()
200 vmscan walks the reverse map in folio_referenced() or try_to_unmap(). The page270 reclaim a page in a VM_LOCKED VMA by folio_referenced() or try_to_unmap().