Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H 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()
H A Dmlock-random-test.c278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dunevictable-lru.rst193 have become evictable again (via munlock() for example) and have been "rescued"
278 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
296 an already VM_LOCKED VMA, or to munlock() a VMA that is not VM_LOCKED is
361 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 functions -
375 ignored for munlock.
380 passing a flag to indicate that munlock() is being performed.
389 For munlock(), populate_vma_page_range() unlocks individual pages by calling
423 This has been discussed from the mlock/munlock perspective in the respective
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/mincore/
H A Dmincore_selftest.c119 munlock(addr, page_size); in TEST()
173 munlock(addr, page_size); in TEST()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmman.h106 extern int munlock (const void *__addr, size_t __len) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmman.h106 extern int munlock (const void *__addr, size_t __len) __THROW;
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c279 COND_SYSCALL(munlock);
/OK3568_Linux_fs/kernel/mm/
H A Dmlock.c752 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) in SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl157 147 n32 munlock sys_munlock
H A Dsyscall_n64.tbl157 147 n64 munlock sys_munlock
H A Dsyscall_o32.tbl169 155 o32 munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl146 134 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl97 85 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl161 150 common munlock sys_munlock
H A Dsyscall_32.tbl165 151 i386 munlock sys_munlock
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl161 150 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl161 151 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl168 151 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl161 151 common munlock sys_munlock
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl143 151 common munlock sys_munlock compat_sys_munlock
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl167 151 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl161 151 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl143 151 common munlock sys_munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl248 315 common munlock sys_munlock
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl287 238 common munlock sys_munlock

123