Lines Matching refs:try_to_munlock
29 - try_to_munlock() reverse map scan.
415 We can't call try_to_munlock(), the function that walks the reverse map to
417 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page
419 isolate_lru_page() could fail, in which case we couldn't try_to_munlock(). So,
422 try_to_munlock(), which will restore the PG_mlocked flag and update the zone
607 try_to_munlock() REVERSE MAP SCAN
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
633 For file pages mapped into non-linear VMAs, the try_to_munlock() logic works
635 map the page, try_to_munlock() returns SWAP_AGAIN without actually mlocking the
639 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's
643 Although try_to_munlock() might be called a great many times when munlocking a
670 (4) Pages mapped into multiple VM_LOCKED VMAs, but try_to_munlock() couldn't
681 recheck via try_to_munlock(). shrink_inactive_list() won't notice the latter,