Searched refs:try_to_unmap (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/include/linux/ |
| D | rmap.h | 198 bool try_to_unmap(struct page *, enum ttu_flags flags); 292 #define try_to_unmap(page, refs) false macro
|
| /Linux-v4.19/Documentation/vm/ |
| D | unevictable-lru.rst | 200 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK, 267 reclaim a page in a VM_LOCKED VMA via try_to_unmap() 396 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page 519 try_to_unmap() 529 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 532 try_to_unmap() is always called, by either vmscan for reclaim or for page 562 introduced a variant of try_to_unmap() called try_to_munlock(). 564 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and 567 for VM_LOCKED VMAs. When such a VMA is found, as in the try_to_unmap() case, 613 try_to_unmap(). shrink_page_list() will divert them to the unevictable list [all …]
|
| /Linux-v4.19/mm/ |
| D | migrate.c | 1097 try_to_unmap(page, in __unmap_and_move() 1310 try_to_unmap(hpage, in unmap_and_move_huge_page() 2529 try_to_unmap(page, flags); in migrate_vma_unmap()
|
| D | memory-failure.c | 1031 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
|
| D | rmap.c | 1699 bool try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
| D | vmscan.c | 1324 if (!try_to_unmap(page, flags)) { in shrink_page_list()
|
| D | huge_memory.c | 2336 unmap_success = try_to_unmap(page, ttu_flags); in freeze_page()
|