Searched refs:MCL_FUTURE (Results 1 – 13 of 13) sorted by relevance
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
18 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) in test_limit()
327 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall1()421 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) in test_mlockall()
143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
165 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
188 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
155 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
190 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
267 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()
371 err = mlockall(MCL_CURRENT | MCL_FUTURE); in pre_bootstrap()
267 (3) mmapping a region in a task that has called mlockall() with the MCL_FUTURE470 that has previously called mlockall() with the MCL_FUTURE flag will result