Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmlockall_flags.h5 #if !(defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE))
6 # define MCL_FUTURE 2 macro
21 XLAT(MCL_FUTURE),
Dmlockall_flags.in2 MCL_FUTURE 2
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D5-2-buildonly.c18 #ifndef MCL_FUTURE
19 #error MCL_FUTURE not defined
/external/linux-kselftest/tools/testing/selftests/vm/
Don-fault-limit.c9 #define MCL_ONFAULT (MCL_FUTURE << 1)
23 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
Dmlock2.h11 #define MCL_ONFAULT (MCL_FUTURE << 1)
Dmlock2-tests.c544 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
656 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
/external/ltp/testcases/kernel/syscalls/mlockall/
Dmlockall01.c89 MCL_FUTURE, "MCL_FUTURE"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
Dmlockall03.c107 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D13-2.c23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h63 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/external/strace/tests/
Dmmap.c97 if (mlockall(MCL_FUTURE)) in main()
/external/strace/tests-m32/
Dmmap.c97 if (mlockall(MCL_FUTURE)) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D18-1.c83 if (mlockall(MCL_FUTURE) == -1) { in main()
/external/strace/tests-mx32/
Dmmap.c97 if (mlockall(MCL_FUTURE)) in main()
/external/toybox/toys/other/
Dnbd_client.c79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
Dgtod_latency.c256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
/external/autotest/client/tests/memory_api/
Dmemory_api.c48 mlockall(MCL_FUTURE); in main()
/external/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
/external/ltp/testcases/realtime/lib/
Dlibrttest.c220 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in rt_init_long()
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1643 MCL_FUTURE = 0x2 variable