Searched refs:try_to_unmap (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | rmap.h | 176 int try_to_unmap(struct page *, enum ttu_flags flags); 255 #define try_to_unmap(page, refs) SWAP_FAIL macro
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 28 - try_to_unmap(). 221 map in try_to_unmap(). If try_to_unmap() returns SWAP_MLOCK, 289 reclaim a page in a VM_LOCKED VMA via try_to_unmap() 417 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page 513 try_to_unmap() 523 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 526 try_to_unmap() is always called, by either vmscan for reclaim or for page 578 this happens to unmap the page we're trying to unmap, try_to_unmap() will 597 If one of the pages so mlocked is the page passed in to try_to_unmap(), 617 introduced a variant of try_to_unmap() called try_to_munlock(). [all …]
|
/linux-4.1.27/mm/ |
D | migrate.c | 882 try_to_unmap(page, in __unmap_and_move() 1040 try_to_unmap(hpage, in unmap_and_move_huge_page()
|
D | memory-failure.c | 1043 ret = try_to_unmap(ppage, ttu); in hwpoison_user_mappings()
|
D | rmap.c | 1358 int try_to_unmap(struct page *page, enum ttu_flags flags) in try_to_unmap() function
|
D | vmscan.c | 1023 switch (try_to_unmap(page, ttu_flags)) { in shrink_page_list()
|