/linux-6.1.9/tools/perf/bench/ |
D | futex-wake.c | 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 159 if (params.mlockall) { in bench_futex_wake() 160 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
|
D | futex-hash.c | 61 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 150 if (params.mlockall) { in bench_futex_hash() 151 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
|
D | futex-lock-pi.c | 53 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 182 if (params.mlockall) { in bench_futex_lock_pi() 183 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
|
D | futex-requeue.c | 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 184 if (params.mlockall) { in bench_futex_requeue() 185 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
|
D | futex-wake-parallel.c | 67 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 257 if (params.mlockall) { in bench_futex_wake_parallel() 258 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
|
D | futex.h | 19 bool mlockall; member
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 346 if (mlockall(MCL_CURRENT)) { in test_munlockall() 372 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall() 388 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall() 500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
|
D | on-fault-limit.c | 24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
/linux-6.1.9/tools/laptop/freefall/ |
D | freefall.c | 143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
|
/linux-6.1.9/Documentation/mm/ |
D | unevictable-lru.rst | 259 (1) in the mlock()/mlock2()/mlockall() system call handlers; 264 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE 285 mlock()/mlock2()/mlockall() System Call Handling 288 mlock(), mlock2() and mlockall() system call handlers proceed to mlock_fixup() 289 for each VMA in the range specified by the call. In the case of mlockall(), 301 Before returning from the system call, do_mlock() or mlockall() will call 367 mlock_fixup() function as mlock(), mlock2() and mlockall() system calls are. 457 In addition to the mlock(), mlock2() and mlockall() system calls, an application 466 that has previously called mlockall() with the MCL_FUTURE flag will result
|
/linux-6.1.9/kernel/ |
D | sys_ni.c | 289 COND_SYSCALL(mlockall);
|
/linux-6.1.9/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
/linux-6.1.9/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
D | syscall_n32.tbl | 158 148 n32 mlockall sys_mlockall
|
/linux-6.1.9/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 142 130 common mlockall sys_mlockall
|
/linux-6.1.9/mm/ |
D | mlock.c | 697 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
|
/linux-6.1.9/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 162 151 common mlockall sys_mlockall
|
/linux-6.1.9/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 98 86 common mlockall sys_mlockall
|
/linux-6.1.9/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 162 151 common mlockall sys_mlockall
|
/linux-6.1.9/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|
/linux-6.1.9/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 169 152 common mlockall sys_mlockall
|
/linux-6.1.9/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|
/linux-6.1.9/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|
/linux-6.1.9/arch/arm/tools/ |
D | syscall.tbl | 168 152 common mlockall sys_mlockall
|
/linux-6.1.9/Documentation/power/ |
D | userland-swsusp.rst | 161 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
|