Searched refs:MCL_FUTURE (Results 1 – 19 of 19) sorted by relevance
10 #define MCL_ONFAULT (MCL_FUTURE << 1)24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
12 #define MCL_ONFAULT (MCL_FUTURE << 1)
388 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
26 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ macro
73 #define MCL_FUTURE 2 /* lock all future mappings */ macro
64 #define MCL_FUTURE 2 /* lock all future mappings */ macro
35 #define MCL_FUTURE 2 /* lock all future mappings */ macro
40 #define MCL_FUTURE 16384 /* lock all additions to address space */ macro
143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
149 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
148 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
171 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
173 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
246 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
746 if (flags & MCL_FUTURE) { in apply_mlockall_flags()781 if (!flags || (flags & ~(MCL_CURRENT | MCL_FUTURE | MCL_ONFAULT)) || in SYSCALL_DEFINE1()
258 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE475 task that has previously called mlockall() with the MCL_FUTURE flag will result
Completed in 18 milliseconds