Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dmlockall_flags.h14 #if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
16 static_assert((MCL_FUTURE) == (0x4000), "MCL_FUTURE != 0x4000");
19 # define MCL_FUTURE 0x4000
36 #if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
38 static_assert((MCL_FUTURE) == (2), "MCL_FUTURE != 2");
41 # define MCL_FUTURE 2
64 XLAT(MCL_FUTURE),
68 XLAT(MCL_FUTURE),
Dmlockall_flags.in3 MCL_FUTURE 0x4000
7 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/strace/tests-m32/
Dmmap.c145 printf("%#x", MCL_FUTURE); in main()
147 printf("%#x /* MCL_FUTURE */", MCL_FUTURE); in main()
151 printf(") = %s\n", sprintrc(mlockall(MCL_FUTURE))); in main()
/external/strace/tests-mx32/
Dmmap.c145 printf("%#x", MCL_FUTURE); in main()
147 printf("%#x /* MCL_FUTURE */", MCL_FUTURE); in main()
151 printf(") = %s\n", sprintrc(mlockall(MCL_FUTURE))); in main()
/external/strace/tests/
Dmmap.c145 printf("%#x", MCL_FUTURE); in main()
147 printf("%#x /* MCL_FUTURE */", MCL_FUTURE); in main()
151 printf(") = %s\n", sprintrc(mlockall(MCL_FUTURE))); in main()
/external/linux-kselftest/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.c547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
659 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.c108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h21 #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/syzkaller/sys/netbsd/
Dmm_amd64.const18 MCL_FUTURE = 2
Dmm.txt19 mlockall_flags = MCL_CURRENT, MCL_FUTURE
/external/syzkaller/sys/freebsd/
Dposix_mm_amd64.const15 MCL_FUTURE = 2
Dposix_mm.txt21 mlockall_flags = MCL_CURRENT, MCL_FUTURE
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h66 #define MCL_FUTURE 2 /* lock all future mappings */ macro
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D18-1.c82 if (mlockall(MCL_FUTURE) == -1) { 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/syzkaller/sys/linux/
Dsys_386.const270 MCL_FUTURE = 2

123