Lines Matching refs:munlock
189 have become evictable again (via munlock() for example) and have been "rescued"
274 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
292 an already VM_LOCKED VMA, or to munlock() a VMA that is not VM_LOCKED, is
359 munlock(), munmap() or task exit. Neither does mlock_fixup() account these
363 munlock()/munlockall() System Call Handling
366 The munlock() and munlockall() system calls are handled by the same
368 If called to munlock an already munlocked VMA, mlock_fixup() simply returns.
370 any "special" VMAs. So, those VMAs will be ignored for munlock.
376 that it is munlock() being performed.
405 the old page (including munlock where VM_LOCKED), then mapping in the new page
481 munlock the pages if we're removing the last VM_LOCKED VMA that maps the pages.
513 However, if there is a racing munlock(), since mlock_vma_pages_range() starts