Home
last modified time | relevance | path

Searched refs:MCL_CURRENT (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D5-1-buildonly.c18 #ifndef MCL_CURRENT
19 #error MCL_CURRENT not defined
/third_party/musl/arch/powerpc/bits/
Dmman.h8 #undef MCL_CURRENT
9 #define MCL_CURRENT 0x2000 macro
/third_party/musl/arch/powerpc64/bits/
Dmman.h8 #undef MCL_CURRENT
9 #define MCL_CURRENT 0x2000 macro
/third_party/ltp/testcases/kernel/syscalls/mlockall/
Dmlockall03.c105 MCL_CURRENT, ENOMEM,
107 MCL_CURRENT, EPERM, "Not a superuser and RLIMIT_MEMLOCK was 0"}, {
108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
Dmlockall01.c88 MCL_CURRENT, "MCL_CURRENT"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
Dmlockall02.c97 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/
D13-2.c23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
D8-1.c22 result = mlockall(MCL_CURRENT); in main()
D15-1.c76 result = mlockall(MCL_CURRENT); in main()
D3-7.c50 if (mlockall(MCL_CURRENT) == -1) { in main()
D3-6.c59 if (mlockall(MCL_CURRENT) == -1) { in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmunlockall.c34 int result = mlockall(MCL_CURRENT); in munlockall_0100()
Dmlockall.c34 int result = mlockall(MCL_CURRENT); in mlockall_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
D15-1.c76 result = mlockall(MCL_CURRENT); in main()
/third_party/musl/libc-test/src/api/
Dsys_mman.c24 C(MCL_CURRENT) in f()
/third_party/toybox/toys/other/
Dnbd_client.c79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h67 #define MCL_CURRENT 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h67 #define MCL_CURRENT 1 macro
/third_party/musl/include/sys/
Dmman.h68 #define MCL_CURRENT 1 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h67 #define MCL_CURRENT 1 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h62 #define MCL_CURRENT 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h67 #define MCL_CURRENT 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h71 #define MCL_CURRENT 1 macro
/third_party/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()

1234