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