Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Don-fault-limit.c10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
A Dmlock2.h12 #define MCL_ONFAULT (MCL_FUTURE << 1)
A Dmlock2-tests.c388 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/linux/tools/include/uapi/asm-generic/
A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux/include/uapi/asm-generic/
A Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux/arch/sparc/include/uapi/asm/
A Dmman.h22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux/arch/powerpc/include/uapi/asm/
A Dmman.h26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
/linux/arch/xtensa/include/uapi/asm/
A Dmman.h73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux/arch/mips/include/uapi/asm/
A Dmman.h64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux/arch/parisc/include/uapi/asm/
A Dmman.h35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/linux/arch/alpha/include/uapi/asm/
A Dmman.h40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
/linux/tools/laptop/freefall/
A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/linux/tools/perf/bench/
A Dfutex-wake.c149 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
A Dfutex-hash.c148 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
A Dfutex-lock-pi.c171 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
A Dfutex-requeue.c173 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
A Dfutex-wake-parallel.c246 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
/linux/mm/
A Dmlock.c746 if (flags & MCL_FUTURE) { in apply_mlockall_flags()
781 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
/linux/Documentation/vm/
A Dunevictable-lru.rst258 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE
475 task that has previously called mlockall() with the MCL_FUTURE flag will result

Completed in 21 milliseconds