Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt23 - munlock()/munlockall() system call handling.
210 have become evictable again (via munlock() for example) and have been "rescued"
296 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
314 an already VM_LOCKED VMA, or to munlock() a VMA that is not VM_LOCKED is
379 munlock(), munmap() or task exit. Neither does mlock_fixup() account these
383 munlock()/munlockall() SYSTEM CALL HANDLING
386 The munlock() and munlockall() system calls are handled by the same functions -
392 ignored for munlock.
397 passing a flag to indicate that munlock() is being performed.
406 For munlock(), populate_vma_page_range() unlocks individual pages by calling
[all …]
/linux-4.4.14/tools/testing/selftests/vm/
Dmlock2-tests.c376 if (munlock(map, 2 * page_size)) { in test_mlock_lock()
485 if (munlock(map, 2 * page_size)) { in test_mlock_onfault()
670 if (munlock(map + page_size, page_size)) { in test_vma_management()
689 if (munlock(map, page_size * 3)) { in test_vma_management()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S239 ENTRY_SAME(munlock)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h158 SYSCALL_SPU(munlock)
/linux-4.4.14/mm/
Dmlock.c661 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c100 COMPAT_SYSCALL_WRAP2(munlock, unsigned long, start, size_t, len);
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl159 150 common munlock sys_munlock
Dsyscall_32.tbl160 151 i386 munlock sys_munlock
/linux-4.4.14/Documentation/ia64/
Derr_inject.txt350 munlock(shmaddr, SHM_SIZE);