Lines Matching refs:mlock_vma_page
322 mark the pages as mlocked via mlock_vma_page().
333 mlock_vma_page(). If the mapping is gone, we just unlock the page and move on.
338 mlock_vma_page() will call TestSetPageMlocked() for each page returned by
342 statistics. If the page was already mlocked, mlock_vma_page() need do nothing
345 If the page was NOT already mlocked, mlock_vma_page() attempts to isolate the
347 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put
350 mlock_vma_page() is unable to isolate the page from the LRU, vmscan will handle
408 flag using TestClearPageMlocked(). As with mlock_vma_page(),
540 VMA, it will then mlock the page via mlock_vma_page() instead of unmapping it,
544 mlock_vma_page() is called while holding the page table's lock (in addition
566 the functions mlock the page via mlock_vma_page() and return SWAP_MLOCK. This
597 unevictable list in mlock_vma_page().