/third_party/musl/arch/powerpc/bits/ |
H A D | mman.h | 8 #undef MCL_CURRENT macro 9 #define MCL_CURRENT 0x2000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | mman.h | 8 #undef MCL_CURRENT macro 9 #define MCL_CURRENT 0x2000 macro
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
H A D | mlockall03.c | 105 MCL_CURRENT, ENOMEM, 107 MCL_CURRENT, EPERM, "Not a superuser and RLIMIT_MEMLOCK was 0"}, { 108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
|
H A D | mlockall01.c | 88 MCL_CURRENT, "MCL_CURRENT"}, { 90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
|
H A D | mlockall02.c | 97 MCL_CURRENT, ENOMEM, "Process exceeds max locked pages"}, { 98 MCL_CURRENT, EPERM, "Not a superuser"}, {
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
H A D | 8-1.c | 22 result = mlockall(MCL_CURRENT); in main()
|
H A D | 13-2.c | 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
|
H A D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
H A D | 3-7.c | 11 * address space of the process when MCL_CURRENT is set. 50 if (mlockall(MCL_CURRENT) == -1) { in main()
|
H A D | 3-6.c | 11 * address space of the process when MCL_CURRENT is set. 59 if (mlockall(MCL_CURRENT) == -1) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
H A D | getrusage03.h | 19 mlockall(MCL_CURRENT|MCL_FUTURE); in consume_mb()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | munlockall.c | 22 * @tc.desc : Verify munlockall success. When lock all flag is MCL_CURRENT. 34 int result = mlockall(MCL_CURRENT); in munlockall_0100() 45 * @tc.desc : Verify munlockall success. When lock all flag is MCL_CURRENT.
|
H A D | mlockall.c | 22 * @tc.desc : Verify mlockall success. When flag is MCL_CURRENT. 34 int result = mlockall(MCL_CURRENT); in mlockall_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/ |
H A D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_mman.c | 24 C(MCL_CURRENT) in f()
|
/third_party/toybox/toys/other/ |
H A D | nbd_client.c | 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 62 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 71 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
H A D | gtod_latency.c | 256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
/third_party/musl/include/sys/ |
H A D | mman.h | 68 #define MCL_CURRENT 1 macro
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
|