Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/vm/
A Dmlock2-tests.c217 if (munlock(map, 2 * page_size)) { in test_mlock_lock()
280 if (munlock(map, 2 * page_size)) { in test_mlock_onfault()
453 if (munlock(map + page_size, page_size)) { in test_vma_management()
472 if (munlock(map, page_size * 3)) { in test_vma_management()
A Dmlock-random-test.c278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
/linux/Documentation/vm/
A Dunevictable-lru.rst272 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
290 an already VM_LOCKED VMA, or to munlock() a VMA that is not VM_LOCKED is
355 munlock(), munmap() or task exit. Neither does mlock_fixup() account these
360 munlock()/munlockall() System Call Handling
369 ignored for munlock.
374 passing a flag to indicate that munlock() is being performed.
383 For munlock(), populate_vma_page_range() unlocks individual pages by calling
417 This has been discussed from the mlock/munlock perspective in the respective
503 To munlock a range of memory under the unevictable/mlock infrastructure, the
506 specifies the entire VMA range when munlock()ing during unmap of a region.
[all …]
/linux/tools/testing/selftests/mincore/
A Dmincore_selftest.c118 munlock(addr, page_size); in TEST()
172 munlock(addr, page_size); in TEST()
/linux/kernel/
A Dsys_ni.c287 COND_SYSCALL(munlock);
/linux/mm/
A Dmlock.c713 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl157 147 n64 munlock sys_munlock
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl146 134 common munlock sys_munlock
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl157 147 n64 munlock sys_munlock
A Dsyscall_n32.tbl157 147 n32 munlock sys_munlock
A Dsyscall_o32.tbl169 155 o32 munlock sys_munlock
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl97 85 common munlock sys_munlock
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl161 150 common munlock sys_munlock
A Dsyscall_32.tbl165 151 i386 munlock sys_munlock
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl161 150 common munlock sys_munlock
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl161 151 common munlock sys_munlock
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl161 151 common munlock sys_munlock
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl161 151 common munlock sys_munlock
/linux/arch/arm/tools/
A Dsyscall.tbl167 151 common munlock sys_munlock
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl168 151 common munlock sys_munlock
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl287 238 common munlock sys_munlock
/linux/arch/alpha/kernel/syscalls/
A Dsyscall.tbl248 315 common munlock sys_munlock
/linux/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl198 151 common munlock sys_munlock
/linux/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl143 151 common munlock sys_munlock sys_munlock
/linux/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl198 151 common munlock sys_munlock

Completed in 29 milliseconds

12