Home
last modified time | relevance | path

Searched refs:page_mlock (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst392 We can't call page_mlock(), the function that walks the reverse map to
394 page_mlock() is a variant of try_to_unmap() and thus requires that the page
396 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 zone
548 page_mlock() Reverse Map Scan
556 introduced a variant of try_to_unmap() called page_mlock().
558 page_mlock() walks the respective reverse maps looking for VM_LOCKED VMAs. When
562 Note that page_mlock()'s reverse map walk must visit every VMA in a page's
565 Although page_mlock() might be called a great many times when munlocking a
598 recheck via page_mlock(). shrink_inactive_list() won't notice the latter,
/Linux-v5.15/include/linux/
Drmap.h244 void page_mlock(struct page *page);
/Linux-v5.15/mm/
Dmlock.c122 page_mlock(page); in __munlock_isolated_page()
Drmap.c2017 void page_mlock(struct page *page) in page_mlock() function