Searched refs:try_to_unmap (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rmap.h | 220 bool try_to_unmap(struct page *, enum ttu_flags flags); 322 #define try_to_unmap(page, refs) false macro
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | unevictable-lru.rst | 204 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK, 271 reclaim a page in a VM_LOCKED VMA via try_to_unmap() 400 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page 523 try_to_unmap() 533 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 536 try_to_unmap() is always called, by either vmscan for reclaim or for page 566 introduced a variant of try_to_unmap() called try_to_munlock(). 568 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and 571 for VM_LOCKED VMAs. When such a VMA is found, as in the try_to_unmap() case, 617 try_to_unmap(). shrink_page_list() will divert them to the unevictable list [all …]
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory-failure.c | 1058 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings() 1070 unmap_success = try_to_unmap(hpage, in hwpoison_user_mappings() 1078 unmap_success = try_to_unmap(hpage, ttu); in hwpoison_user_mappings()
|
| H A D | migrate.c | 1112 try_to_unmap(page, TTU_MIGRATION|TTU_IGNORE_MLOCK); in __unmap_and_move() 1335 try_to_unmap(hpage, ttu); in unmap_and_move_huge_page() 2693 try_to_unmap(page, flags); in migrate_vma_unmap()
|
| H A D | memory_hotplug.c | 1353 try_to_unmap(page, TTU_IGNORE_MLOCK); in do_migrate_range()
|
| H A D | rmap.c | 1838 bool try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
| H A D | vmscan.c | 1357 if (!try_to_unmap(page, flags)) { in shrink_page_list()
|
| H A D | huge_memory.c | 2375 try_to_unmap(page, ttu_flags); in unmap_page()
|