Lines Matching refs:reverse
29 - try_to_munlock() reverse map scan.
220 shrink_page_list() where they will be detected when vmscan walks the reverse
262 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs
415 We can't call try_to_munlock(), the function that walks the reverse map to
523 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse
529 different reverse map mechanisms.
553 in the page's mapping's reverse map priority search tree. It also visits
611 page_referenced() reverse map walker.
621 processing. Again, these functions walk the respective reverse maps looking
639 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's
640 reverse map to determine that a page is NOT mapped into any VM_LOCKED VMA.