Home
last modified time | relevance | path

Searched refs:munlock_vma_page (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst386 munlock_vma_page(). munlock_vma_page() unconditionally clears the PG_mlocked
388 munlock_vma_page() use the Test*PageMlocked() function to handle the case where
390 mlocked, munlock_vma_page() updates that zone statistics for the number of
514 for the VMA's memory range and munlock_vma_page() each resident page mapped by
557 When munlock_vma_page() [see section :ref:`munlock()/munlockall() System Call
569 undoes the pre-clearing of the page's PG_mlocked done by munlock_vma_page.
606 into VM_LOCKED VMAs that munlock_vma_page() couldn't isolate from the LRU to
/Linux-v4.19/mm/
Dmlock.c182 unsigned int munlock_vma_page(struct page *page) in munlock_vma_page() function
479 page_mask = munlock_vma_page(page); in munlock_vma_pages_range()
Dinternal.h301 extern unsigned int munlock_vma_page(struct page *page);
Dksm.c1259 munlock_vma_page(page); in try_to_merge_one_page()
Dmemory.c2605 munlock_vma_page(old_page); in wp_page_copy()
/Linux-v4.19/kernel/events/
Duprobes.c208 munlock_vma_page(old_page); in __replace_page()