Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drmap.h372 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
/openbmc/linux/mm/
H A Dmemory-failure.c1628 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings()
1633 try_to_unmap(folio, ttu); in hwpoison_user_mappings()
H A Dmemory_hotplug.c1739 try_to_unmap(folio, TTU_IGNORE_MLOCK); in do_migrate_range()
H A Drmap.c1796 void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
H A Dkhugepaged.c1966 try_to_unmap(folio, in collapse_file()
H A Dhuge_memory.c2354 try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK); in unmap_folio()
H A Dvmscan.c1959 try_to_unmap(folio, flags); in shrink_folio_list()
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst202 or try_to_unmap(). The folio is culled to the unevictable list when it
273 reclaim a page in a VM_LOCKED VMA by folio_referenced() or try_to_unmap().