/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman.h | 19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman.h | 19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman.h | 19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | mman.h | 22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | mman.h | 26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | mman.h | 26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | on-fault-limit.c | 20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
H A D | mlock2-tests.c | 387 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall() 499 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/openbmc/linux/tools/laptop/freefall/ |
H A D | freefall.c | 143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
|
/openbmc/qemu/ |
H A D | os-posix.c | 335 ret = mlockall(MCL_CURRENT | MCL_FUTURE); in os_mlock()
|
H A D | meson.build | 2854 return mlockall(MCL_FUTURE);
|
/openbmc/linux/tools/perf/bench/ |
H A D | futex-wake.c | 162 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
|
H A D | futex-lock-pi.c | 185 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
|
H A D | futex-hash.c | 151 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
|
H A D | futex-requeue.c | 187 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
|
H A D | futex-wake-parallel.c | 263 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
|
/openbmc/linux/mm/ |
H A D | mlock.c | 674 if (flags & MCL_FUTURE) { in apply_mlockall_flags() 710 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch | 122 pub const MCL_FUTURE: ::c_int = 0x0002;
|
/openbmc/linux/Documentation/mm/ |
H A D | unevictable-lru.rst | 267 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE 470 that has previously called mlockall() with the MCL_FUTURE flag will result
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1505 FLAG_TARGET(MCL_FUTURE),
|