Home
last modified time | relevance | path

Searched refs:try_to_munlock (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Drmap.h246 void try_to_munlock(struct page *);
/kernel/linux/linux-5.10/mm/
H A Dmlock.c131 * Page must be locked. This is a wrapper for try_to_munlock()
141 try_to_munlock(page); in __munlock_isolated_page()
181 * try_to_munlock() we must isolate the page from the LRU. If some other
192 /* For try_to_munlock() and to serialize with page migration */ in munlock_vma_page()
244 * when mapcount > 1 we need try_to_munlock() which can fail.
H A Drmap.c1826 * try_to_munlock - try to munlock a page
1834 void try_to_munlock(struct page *page) in try_to_munlock() function
1890 * When called from try_to_munlock(), the mmap_lock of the mm containing the vma
1943 * When called from try_to_munlock(), the mmap_lock of the mm containing the vma

Completed in 5 milliseconds