Searched refs:try_to_munlock (Results 1 – 4 of 4) sorted by relevance
29 - try_to_munlock() reverse map scan.415 We can't call try_to_munlock(), the function that walks the reverse map to417 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page419 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 zone607 try_to_munlock() REVERSE MAP SCAN617 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 and633 For file pages mapped into non-linear VMAs, the try_to_munlock() logic works635 map the page, try_to_munlock() returns SWAP_AGAIN without actually mlocking the[all …]
212 int try_to_munlock(struct page *);
129 ret = try_to_munlock(page); in __munlock_isolated_page()
1403 int try_to_munlock(struct page *page) in try_to_munlock() function