Searched refs:try_to_unmap (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A 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/Documentation/vm/ |
| A 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/mm/ |
| A D | memory-failure.c | 1364 try_to_unmap(hpage, ttu); in hwpoison_user_mappings() 1376 try_to_unmap(hpage, ttu|TTU_RMAP_LOCKED); in hwpoison_user_mappings() 1381 try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
|
| A D | memory_hotplug.c | 1716 try_to_unmap(page, TTU_IGNORE_MLOCK); in do_migrate_range()
|
| A D | rmap.c | 1672 void try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
| A D | huge_memory.c | 2299 try_to_unmap(page, ttu_flags | TTU_IGNORE_MLOCK); in unmap_page()
|
| A D | vmscan.c | 1760 try_to_unmap(page, flags); in shrink_page_list()
|
| /linux/ |
| A D | System.map | 7259 ffff8000101e0150 T try_to_unmap
|
| A D | .tmp_System.map | 7259 ffff8000101e0150 T try_to_unmap
|
Completed in 309 milliseconds