Searched refs:try_to_unmap (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/include/linux/ |
D | rmap.h | 195 void try_to_unmap(struct page *, enum ttu_flags flags); 294 static inline void try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
/Linux-v5.15/Documentation/vm/ |
D | unevictable-lru.rst | 198 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK, 265 reclaim a page in a VM_LOCKED VMA via try_to_unmap() 394 page_mlock() is a variant of try_to_unmap() and thus requires that the page 517 try_to_unmap() 527 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 530 try_to_unmap() is always called, by either vmscan for reclaim or for page 556 introduced a variant of try_to_unmap() called page_mlock(). 604 try_to_unmap(). shrink_page_list() will divert them to the unevictable list 605 when try_to_unmap() returns SWAP_MLOCK, as discussed above.
|
/Linux-v5.15/mm/ |
D | memory-failure.c | 1328 try_to_unmap(hpage, ttu); in hwpoison_user_mappings() 1340 try_to_unmap(hpage, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings() 1345 try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
|
D | memory_hotplug.c | 1723 try_to_unmap(page, TTU_IGNORE_MLOCK); in do_migrate_range()
|
D | rmap.c | 1672 void try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
D | huge_memory.c | 2299 try_to_unmap(page, ttu_flags | TTU_IGNORE_MLOCK); in unmap_page()
|
D | vmscan.c | 1614 try_to_unmap(page, flags); in shrink_page_list()
|