/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 5-1-buildonly.c | 18 #ifndef MCL_CURRENT 19 #error MCL_CURRENT not defined
|
/third_party/musl/arch/powerpc/bits/ |
D | mman.h | 8 #undef MCL_CURRENT 9 #define MCL_CURRENT 0x2000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | mman.h | 8 #undef MCL_CURRENT 9 #define MCL_CURRENT 0x2000 macro
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
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"}
|
D | mlockall01.c | 88 MCL_CURRENT, "MCL_CURRENT"}, { 90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
|
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/ |
D | 13-2.c | 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
|
D | 8-1.c | 22 result = mlockall(MCL_CURRENT); in main()
|
D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
D | 3-7.c | 50 if (mlockall(MCL_CURRENT) == -1) { in main()
|
D | 3-6.c | 59 if (mlockall(MCL_CURRENT) == -1) { in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
D | munlockall.c | 34 int result = mlockall(MCL_CURRENT); in munlockall_0100()
|
D | mlockall.c | 34 int result = mlockall(MCL_CURRENT); in mlockall_0100()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/ |
D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 24 C(MCL_CURRENT) in f()
|
/third_party/toybox/toys/other/ |
D | nbd_client.c | 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 68 #define MCL_CURRENT 1 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 62 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 67 #define MCL_CURRENT 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 71 #define MCL_CURRENT 1 macro
|
/third_party/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()
|