/external/strace/xlat/ |
D | mlockall_flags.h | 14 #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),
|
D | mlockall_flags.in | 3 MCL_FUTURE 0x4000 7 MCL_FUTURE 2
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 5-2-buildonly.c | 18 #ifndef MCL_FUTURE 19 #error MCL_FUTURE not defined
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | on-fault-limit.c | 10 #define MCL_ONFAULT (MCL_FUTURE << 1) 24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
D | mlock2.h | 12 #define MCL_ONFAULT (MCL_FUTURE << 1)
|
D | mlock2-tests.c | 547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall() 659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
|
/external/strace/tests-m32/ |
D | mmap.c | 145 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/ |
D | mmap.c | 145 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/ |
D | mmap.c | 145 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/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall01.c | 89 MCL_FUTURE, "MCL_FUTURE"}, { 90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
|
D | mlockall03.c | 108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | mman.h | 19 #define MCL_FUTURE 2 /* lock all future mappings */ macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 13-2.c | 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 18-1.c | 82 if (mlockall(MCL_FUTURE) == -1) { in main()
|
/external/toybox/toys/other/ |
D | nbd_client.c | 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
|
/external/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
D | gtod_latency.c | 256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
/external/autotest/client/tests/memory_api/ |
D | memory_api.c | 48 mlockall(MCL_FUTURE); in main()
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 40 pub const MCL_FUTURE: ::c_int = 0x0002; constant
|
/external/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 270 MCL_FUTURE;
|
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 220 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in rt_init_long()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 521 pub const MCL_FUTURE: ::c_int = 0x0002; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | s390x.rs | 288 pub const MCL_FUTURE: ::c_int = 0x0002; constant
|
D | mips64.rs | 645 pub const MCL_FUTURE: ::c_int = 0x0002; constant
|