Lines Matching refs:try_to_unmap
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
618 when try_to_unmap() returns SWAP_MLOCK, as discussed above.