Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Don-fault-limit.c20 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
H A Dmlock2-tests.c387 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 Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dmman.h35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/openbmc/linux/tools/laptop/freefall/
H A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/openbmc/qemu/
H A Dos-posix.c335 ret = mlockall(MCL_CURRENT | MCL_FUTURE); in os_mlock()
H A Dmeson.build2854 return mlockall(MCL_FUTURE);
/openbmc/linux/tools/perf/bench/
H A Dfutex-wake.c162 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
H A Dfutex-lock-pi.c185 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
H A Dfutex-hash.c151 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
H A Dfutex-requeue.c187 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
H A Dfutex-wake-parallel.c263 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
/openbmc/linux/mm/
H A Dmlock.c674 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 D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch122 pub const MCL_FUTURE: ::c_int = 0x0002;
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst267 (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 Dstrace.c1505 FLAG_TARGET(MCL_FUTURE),

12