/linux-6.12.1/tools/perf/bench/ |
D | futex-wake.c | 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 161 if (params.mlockall) { in bench_futex_wake() 162 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
|
D | futex-lock-pi.c | 53 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 184 if (params.mlockall) { in bench_futex_lock_pi() 185 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
|
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-requeue.c | 57 OPT_BOOLEAN( 'm', "mlockall", ¶ms.mlockall, "Lock all current and future memory"), 186 if (params.mlockall) { in bench_futex_requeue() 187 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"), 262 if (params.mlockall) { in bench_futex_wake_parallel() 263 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
|
D | futex.h | 19 bool mlockall; member
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | mlock2-tests.c | 287 if (mlockall(MCL_CURRENT)) { in test_munlockall0() 313 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall1() 327 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall1() 421 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) in test_mlockall()
|
D | on-fault-limit.c | 18 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) in test_limit()
|
/linux-6.12.1/tools/laptop/freefall/ |
D | freefall.c | 143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
|
/linux-6.12.1/Documentation/mm/ |
D | unevictable-lru.rst | 262 (1) in the mlock()/mlock2()/mlockall() system call handlers; 267 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE 288 mlock()/mlock2()/mlockall() System Call Handling 291 mlock(), mlock2() and mlockall() system call handlers proceed to mlock_fixup() 292 for each VMA in the range specified by the call. In the case of mlockall(), 304 Before returning from the system call, do_mlock() or mlockall() will call 370 mlock_fixup() function as mlock(), mlock2() and mlockall() system calls are. 461 In addition to the mlock(), mlock2() and mlockall() system calls, an application 470 that has previously called mlockall() with the MCL_FUTURE flag will result
|
/linux-6.12.1/kernel/ |
D | sys_ni.c | 183 COND_SYSCALL(mlockall);
|
/linux-6.12.1/mm/ |
D | mlock.c | 745 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
/linux-6.12.1/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.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 163 151 common mlockall sys_mlockall
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 276 230 common mlockall sys_mlockall
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 163 151 common mlockall sys_mlockall
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 276 230 common mlockall sys_mlockall
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 98 86 common mlockall sys_mlockall
|
/linux-6.12.1/Documentation/power/ |
D | userland-swsusp.rst | 161 preferably using mlockall(), before calling SNAPSHOT_FREEZE.
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 169 152 common mlockall sys_mlockall
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 162 152 common mlockall sys_mlockall
|