Home
last modified time | relevance | path

Searched refs:mlock_vma_page (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst298 mark the pages as mlocked via mlock_vma_page().
309 mlock_vma_page(). If the mapping is gone, we just unlock the page and move on.
314 mlock_vma_page() will call TestSetPageMlocked() for each page returned by
318 statistics. If the page was already mlocked, mlock_vma_page() need do nothing
321 If the page was NOT already mlocked, mlock_vma_page() attempts to isolate the
323 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put
326 mlock_vma_page() is unable to isolate the page from the LRU, vmscan will handle
385 flag using TestClearPageMlocked(). As with mlock_vma_page(),
538 VMA, it will then mlock the page via mlock_vma_page() instead of unmapping it,
542 mlock_vma_page() is called while holding the page table's lock (in addition
[all …]
/Linux-v5.15/mm/
Dinternal.h364 extern void mlock_vma_page(struct page *page);
455 static inline void mlock_vma_page(struct page *page) { } in mlock_vma_page() function
Dmlock.c91 void mlock_vma_page(struct page *page) in mlock_vma_page() function
Drmap.c1456 mlock_vma_page(page); in try_to_unmap_one()
1996 mlock_vma_page(page); in page_mlock_one()
Dhuge_memory.c1412 mlock_vma_page(page); in follow_trans_huge_pmd()
3206 mlock_vma_page(new); in remove_migration_pmd()
Dksm.c1254 mlock_vma_page(kpage); in try_to_merge_one_page()
Dgup.c597 mlock_vma_page(page); in follow_page_pte()
Dmigrate.c255 mlock_vma_page(new); in remove_migration_pte()
Dmemory.c735 mlock_vma_page(page); in restore_exclusive_pte()