Searched refs:mlock_vma_folio (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/mm/ |
D | rmap.c | 817 mlock_vma_folio(folio, vma, !pvmw.pte); in folio_referenced_one() 1256 mlock_vma_folio(folio, vma, compound); in page_add_anon_rmap() 1355 mlock_vma_folio(folio, vma, compound); in folio_add_file_rmap_range() 1531 mlock_vma_folio(folio, vma, false); in try_to_unmap_one()
|
D | internal.h | 603 static inline void mlock_vma_folio(struct folio *folio, in mlock_vma_folio() function
|
/Linux-v6.6/Documentation/mm/ |
D | unevictable-lru.rst | 314 calls mlock_vma_folio(), which calls mlock_folio() when the VMA is VM_LOCKED 417 so that mlock_vma_folio() will skip it. 557 check for (3) pages still mapped into VM_LOCKED VMAs, and call mlock_vma_folio()
|