Home
last modified time | relevance | path

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

/linux/include/linux/ !
H A Drmap.h921 void try_to_unmap(struct folio *, enum ttu_flags flags);
1056 static inline void try_to_unmap(struct folio *folio, enum ttu_flags flags) in try_to_unmap() function
/linux/mm/ !
H A Dmemory-failure.c1617 try_to_unmap(folio, ttu|TTU_RMAP_LOCKED); in unmap_poisoned_folio()
1620 try_to_unmap(folio, ttu); in unmap_poisoned_folio()
H A Dkhugepaged.c2027 try_to_unmap(folio, in collapse_file()
H A Dhuge_memory.c3139 try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK); in unmap_folio()
H A Dvmscan.c1389 try_to_unmap(folio, flags); in shrink_folio_list()
/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().