Searched refs:page_mlock (Results 1 – 4 of 4) sorted by relevance
392 We can't call page_mlock(), the function that walks the reverse map to394 page_mlock() is a variant of try_to_unmap() and thus requires that the page396 isolate_lru_page() could fail, in which case we can't call page_mlock(). So,399 page_mlock(), which will restore the PG_mlocked flag and update the zone548 page_mlock() Reverse Map Scan556 introduced a variant of try_to_unmap() called page_mlock().558 page_mlock() walks the respective reverse maps looking for VM_LOCKED VMAs. When562 Note that page_mlock()'s reverse map walk must visit every VMA in a page's565 Although page_mlock() might be called a great many times when munlocking a598 recheck via page_mlock(). shrink_inactive_list() won't notice the latter,
244 void page_mlock(struct page *page);
122 page_mlock(page); in __munlock_isolated_page()
2017 void page_mlock(struct page *page) in page_mlock() function