Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/vm/
Dunevictable-lru.rst304 mark the pages as mlocked via mlock_vma_page().
315 mlock_vma_page(). If the mapping is gone, we just unlock the page and move on.
320 mlock_vma_page() will call TestSetPageMlocked() for each page returned by
324 statistics. If the page was already mlocked, mlock_vma_page() need do nothing
327 If the page was NOT already mlocked, mlock_vma_page() attempts to isolate the
329 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put
332 mlock_vma_page() is unable to isolate the page from the LRU, vmscan will handle
391 flag using TestClearPageMlocked(). As with mlock_vma_page(),
544 VMA, it will then mlock the page via mlock_vma_page() instead of unmapping it,
548 mlock_vma_page() is called while holding the page table's lock (in addition
[all …]
/kernel/linux/linux-5.10/mm/
Dinternal.h481 extern void mlock_vma_page(struct page *page);
586 static inline void mlock_vma_page(struct page *page) { } in mlock_vma_page() function
Dmlock.c90 void mlock_vma_page(struct page *page) in mlock_vma_page() function
Drmap.c1476 mlock_vma_page(page); in try_to_unmap_one()
Dhuge_memory.c1399 mlock_vma_page(page); in follow_trans_huge_pmd()
3007 mlock_vma_page(new); in remove_migration_pmd()
Dgup.c542 mlock_vma_page(page); in follow_page_pte()
Dksm.c1265 mlock_vma_page(kpage); in try_to_merge_one_page()
Dmigrate.c278 mlock_vma_page(new); in remove_migration_pte()