Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drmap.h242 void try_to_munlock(struct page *);
/Linux-v5.10/Documentation/vm/
Dunevictable-lru.rst398 We can't call try_to_munlock(), the function that walks the reverse map to
400 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page
402 isolate_lru_page() could fail, in which case we couldn't try_to_munlock(). So,
405 try_to_munlock(), which will restore the PG_mlocked flag and update the zone
554 try_to_munlock() Reverse Map Scan
566 introduced a variant of try_to_unmap() called try_to_munlock().
568 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and
575 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's
578 Although try_to_munlock() might be called a great many times when munlocking a
611 recheck via try_to_munlock(). shrink_inactive_list() won't notice the latter,
/Linux-v5.10/mm/
Dmlock.c141 try_to_munlock(page); in __munlock_isolated_page()
Drmap.c1786 void try_to_munlock(struct page *page) in try_to_munlock() function