Lines Matching refs:try_to_unmap
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().
619 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and
623 pages mapped in linear VMAs, as in the try_to_unmap() case, the functions
628 If try_to_unmap() is unable to acquire a VM_LOCKED VMA's associated mmap
687 try_to_unmap(). shrink_page_list() will divert them to the unevictable list
688 when try_to_unmap() returns SWAP_MLOCK, as discussed above.