Home
last modified time | relevance | path

Searched refs:mlockall (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/tools/testing/selftests/vm/
Dmlock2-tests.c505 if (mlockall(MCL_CURRENT)) { in test_munlockall()
531 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
Don-fault-limit.c24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
/Linux-v4.19/tools/laptop/freefall/
Dfreefall.c144 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst255 (1) in the mlock()/mlockall() system call handlers;
260 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
285 mlock()/mlockall() System Call Handling
288 Both [do\_]mlock() and [do\_]mlockall() system call handlers call mlock_fixup()
289 for each VMA in the range specified by the call. In the case of mlockall(),
366 do_mlock[all]() - as the mlock() and mlockall() system calls with the unlock vs
468 In addition the mlock()/mlockall() system calls, an application can request
477 task that has previously called mlockall() with the MCL_FUTURE flag will result
576 mlockall(), overall this is a fairly rare event.
/Linux-v4.19/kernel/
Dsys_ni.c268 COND_SYSCALL(mlockall);
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S240 ENTRY_SAME(mlockall)
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h160 SYSCALL_SPU(mlockall)
/Linux-v4.19/mm/
Dmlock.c795 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl162 151 common mlockall __x64_sys_mlockall
Dsyscall_32.tbl166 152 i386 mlockall sys_mlockall __ia32_sys_mlockall
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl162 151 common mlockall __x64_sys_mlockall
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl168 152 common mlockall sys_mlockall
/Linux-v4.19/Documentation/power/
Duserland-swsusp.txt141 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl144 152 common mlockall sys_mlockall sys_mlockall
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl144 152 common mlockall sys_mlockall sys_mlockall
/Linux-v4.19/Documentation/timers/
DNO_HZ.txt299 helpful, especially when combined with the mlock() and mlockall()