Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/perf/bench/
H A Dfutex-wake.c57 OPT_BOOLEAN( 'm', "mlockall", &params.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 Dfutex-lock-pi.c53 OPT_BOOLEAN( 'm', "mlockall", &params.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 Dfutex-hash.c61 OPT_BOOLEAN( 'm', "mlockall", &params.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 Dfutex-requeue.c57 OPT_BOOLEAN( 'm', "mlockall", &params.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 Dfutex-wake-parallel.c67 OPT_BOOLEAN( 'm', "mlockall", &params.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 Dfutex.h19 bool mlockall; member
/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock2-tests.c345 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 Don-fault-limit.c20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst262 (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 Dos-posix.c335 ret = mlockall(MCL_CURRENT | MCL_FUTURE); in os_mlock()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc157 [ 156] = 1, /* mlockall */
/openbmc/linux/kernel/
H A Dsys_ni.c181 COND_SYSCALL(mlockall);
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h124 return get_errno(mlockall(arg1)); in do_bsd_mlockall()
/openbmc/qemu/bsd-user/netbsd/
H A Dstrace.list74 { TARGET_NETBSD_NR_mlockall, "mlockall", NULL, NULL, NULL },
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list91 { TARGET_OPENBSD_NR_mlockall, "mlockall", NULL, NULL, NULL },
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl158 148 n32 mlockall sys_mlockall
H A Dsyscall_n64.tbl158 148 n64 mlockall sys_mlockall
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl158 148 n64 mlockall sys_mlockall
/openbmc/linux/mm/
H A Dmlock.c705 SYSCALL_DEFINE1(mlockall, int, flags) in SYSCALL_DEFINE1() argument
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl158 148 n64 mlockall sys_mlockall
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl142 130 common mlockall sys_mlockall
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl162 151 common mlockall sys_mlockall
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl98 86 common mlockall sys_mlockall
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl162 151 common mlockall sys_mlockall

123