/openbmc/linux/tools/perf/bench/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | futex.h | 19 bool mlockall; member
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mlock2-tests.c | 345 if (mlockall(MCL_CURRENT)) { in test_munlockall() 371 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall() 387 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall() 499 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
|
H A D | on-fault-limit.c | 20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
/openbmc/linux/tools/laptop/freefall/ |
H A D | freefall.c | 143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
|
/openbmc/linux/Documentation/mm/ |
H A 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
|
/openbmc/qemu/ |
H A D | os-posix.c | 335 ret = mlockall(MCL_CURRENT | MCL_FUTURE); in os_mlock()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 157 [ 156] = 1, /* mlockall */
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 181 COND_SYSCALL(mlockall);
|
/openbmc/qemu/bsd-user/ |
H A D | bsd-mem.h | 124 return get_errno(mlockall(arg1)); in do_bsd_mlockall()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | strace.list | 74 { TARGET_NETBSD_NR_mlockall, "mlockall", NULL, NULL, NULL },
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | strace.list | 91 { TARGET_OPENBSD_NR_mlockall, "mlockall", NULL, NULL, NULL },
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n32.tbl | 158 148 n32 mlockall sys_mlockall
|
H A D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
/openbmc/linux/mm/ |
H A D | mlock.c | 705 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 158 148 n64 mlockall sys_mlockall
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 142 130 common mlockall sys_mlockall
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 162 151 common mlockall sys_mlockall
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 98 86 common mlockall sys_mlockall
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 162 151 common mlockall sys_mlockall
|