Home
last modified time | relevance | path

Searched refs:MCL_CURRENT (Results 1 – 8 of 8) sorted by relevance

/tools/include/uapi/asm-generic/
A Dmman.h18 #define MCL_CURRENT 1 /* lock all current mappings */ macro
/tools/testing/selftests/mm/
A Dmlock2-tests.c287 if (mlockall(MCL_CURRENT)) { in test_munlockall0()
313 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall1()
327 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall1()
421 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) in test_mlockall()
/tools/laptop/freefall/
A Dfreefall.c143 mlockall(MCL_CURRENT|MCL_FUTURE); in main()
/tools/perf/bench/
A Dfutex-wake.c165 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake()
A Dfutex-hash.c155 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_hash()
A Dfutex-lock-pi.c188 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_lock_pi()
A Dfutex-requeue.c190 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_requeue()
A Dfutex-wake-parallel.c267 if (mlockall(MCL_CURRENT | MCL_FUTURE)) in bench_futex_wake_parallel()

Completed in 10 milliseconds