Searched refs:try_to_unmap (Results 1 – 8 of 8) sorted by relevance
372 void try_to_unmap(struct folio *, enum ttu_flags flags);491 static inline void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
1616 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()1621 try_to_unmap(folio, ttu); in hwpoison_user_mappings()
1739 try_to_unmap(folio, TTU_IGNORE_MLOCK); in do_migrate_range()
1796 void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
1975 try_to_unmap(folio, in collapse_file()
2362 try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK); in unmap_folio()
1952 try_to_unmap(folio, flags); in shrink_folio_list()
202 or try_to_unmap(). The folio is culled to the unevictable list when it273 reclaim a page in a VM_LOCKED VMA by folio_referenced() or try_to_unmap().