Searched refs:munlock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 23 - 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/ |
D | mlock2-tests.c | 376 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/ |
D | syscall_table.S | 239 ENTRY_SAME(munlock)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 158 SYSCALL_SPU(munlock)
|
/linux-4.4.14/mm/ |
D | mlock.c | 661 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 100 COMPAT_SYSCALL_WRAP2(munlock, unsigned long, start, size_t, len);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 159 150 common munlock sys_munlock
|
D | syscall_32.tbl | 160 151 i386 munlock sys_munlock
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 350 munlock(shmaddr, SHM_SIZE);
|