Home
last modified time | relevance | path

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

/tools/testing/selftests/vm/
Don-fault-limit.c10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2.h12 #define MCL_ONFAULT (MCL_FUTURE << 1)
Dmlock2-tests.c388 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
500 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/tools/include/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/tools/laptop/freefall/
Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/tools/perf/bench/
Dfutex-wake.c149 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
Dfutex-hash.c148 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
Dfutex-requeue.c173 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
Dfutex-lock-pi.c171 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
Dfutex-wake-parallel.c246 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()