Home
last modified time | relevance | path

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

12

/linux-6.1.9/tools/testing/selftests/vm/
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()
Dmlock-random-test.c278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
/linux-6.1.9/tools/testing/selftests/mincore/
Dmincore_selftest.c118 munlock(addr, page_size); in TEST()
172 munlock(addr, page_size); in TEST()
/linux-6.1.9/Documentation/mm/
Dunevictable-lru.rst189 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
[all …]
/linux-6.1.9/mm/
Dmlock.c128 goto munlock; in __munlock_page()
142 munlock: in __munlock_page()
632 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
/linux-6.1.9/kernel/
Dsys_ni.c288 COND_SYSCALL(munlock);
/linux-6.1.9/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl157 147 n64 munlock sys_munlock
/linux-6.1.9/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl157 147 n64 munlock sys_munlock
Dsyscall_n32.tbl157 147 n32 munlock sys_munlock
Dsyscall_o32.tbl169 155 o32 munlock sys_munlock
/linux-6.1.9/arch/ia64/kernel/syscalls/
Dsyscall.tbl146 134 common munlock sys_munlock
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl161 150 common munlock sys_munlock
/linux-6.1.9/arch/xtensa/kernel/syscalls/
Dsyscall.tbl97 85 common munlock sys_munlock
/linux-6.1.9/arch/x86/entry/syscalls/
Dsyscall_64.tbl161 150 common munlock sys_munlock
Dsyscall_32.tbl165 151 i386 munlock sys_munlock
/linux-6.1.9/arch/m68k/kernel/syscalls/
Dsyscall.tbl161 151 common munlock sys_munlock
/linux-6.1.9/arch/parisc/kernel/syscalls/
Dsyscall.tbl168 151 common munlock sys_munlock
/linux-6.1.9/arch/sh/kernel/syscalls/
Dsyscall.tbl161 151 common munlock sys_munlock
/linux-6.1.9/arch/microblaze/kernel/syscalls/
Dsyscall.tbl161 151 common munlock sys_munlock
/linux-6.1.9/arch/arm/tools/
Dsyscall.tbl167 151 common munlock sys_munlock
/linux-6.1.9/arch/alpha/kernel/syscalls/
Dsyscall.tbl248 315 common munlock sys_munlock
/linux-6.1.9/arch/sparc/kernel/syscalls/
Dsyscall.tbl287 238 common munlock sys_munlock
/linux-6.1.9/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl198 151 common munlock sys_munlock
/linux-6.1.9/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl143 151 common munlock sys_munlock sys_munlock
/linux-6.1.9/arch/powerpc/kernel/syscalls/
Dsyscall.tbl198 151 common munlock sys_munlock

12