Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt29 - try_to_munlock() reverse map scan.
415 We can't call try_to_munlock(), the function that walks the reverse map to
417 try_to_munlock() is a variant of try_to_unmap() and thus requires that the page
419 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 zone
550 try_to_munlock() REVERSE MAP SCAN
560 introduced a variant of try_to_unmap() called try_to_munlock().
562 try_to_munlock() calls the same functions as try_to_unmap() for anonymous and
569 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's
572 Although try_to_munlock() might be called a great many times when munlocking a
[all …]
/linux-4.4.14/include/linux/
Drmap.h215 int try_to_munlock(struct page *);
/linux-4.4.14/mm/
Dmlock.c129 ret = try_to_munlock(page); in __munlock_isolated_page()
Drmap.c1517 int try_to_munlock(struct page *page) in try_to_munlock() function