/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()
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | mman.h | 18 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | mman.h | 18 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | mman.h | 18 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | mman.h | 21 #define MCL_CURRENT 0x2000 /* lock all currently mapped pages */ macro
|
/openbmc/linux/mm/ |
H A D | mlock.c | 680 if (!(flags & MCL_CURRENT)) in apply_mlockall_flags() 684 if (flags & MCL_CURRENT) { in apply_mlockall_flags() 710 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1() 724 if (!(flags & MCL_CURRENT) || (current->mm->total_vm <= lock_limit) || in SYSCALL_DEFINE1() 728 if (!ret && (flags & MCL_CURRENT)) in SYSCALL_DEFINE1()
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | mman.h | 25 #define MCL_CURRENT 0x2000 /* lock all currently mapped pages */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | mman.h | 25 #define MCL_CURRENT 0x2000 /* lock all currently mapped pages */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 72 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 39 #define MCL_CURRENT 8192 /* lock all currently mapped pages */ macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | mman.h | 63 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | mman.h | 63 #define MCL_CURRENT 1 /* lock all current mappings */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 34 #define MCL_CURRENT 1 /* lock all current 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()
|
/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/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 | 121 pub const MCL_CURRENT: ::c_int = 0x0001;
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 1504 FLAG_TARGET(MCL_CURRENT),
|
H A D | syscall.c | 7594 result |= MCL_CURRENT; in target_to_host_mlockall_arg()
|