Home
last modified time | relevance | path

Searched refs:MCL_FUTURE (Results 1 - 25 of 74) sorted by relevance

123

/third_party/musl/arch/powerpc/bits/
H A Dmman.h10 #undef MCL_FUTURE macro
11 #define MCL_FUTURE 0x4000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dmman.h10 #undef MCL_FUTURE macro
11 #define MCL_FUTURE 0x4000 macro
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H A Dmlockall01.c89 MCL_FUTURE, "MCL_FUTURE"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
H A Dmlockall03.c108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H A D13-2.c23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage03.h19 mlockall(MCL_CURRENT|MCL_FUTURE); in consume_mb()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmunlockall.c50 int result = mlockall(MCL_FUTURE); in munlockall_0200()
H A Dmlockall.c44 * @tc.desc : Verify mlockall success. When flag is MCL_FUTURE.
49 int result = mlockall(MCL_FUTURE); in mlockall_0200()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D18-1.c14 * 1. Call mlockall(), setting MCL_FUTURE;
82 if (mlockall(MCL_FUTURE) == -1) { in main()
/third_party/musl/libc-test/src/api/
H A Dsys_mman.c25 C(MCL_FUTURE) in f()
/third_party/toybox/toys/other/
H A Dnbd_client.c79 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 Dmman.h63 #define MCL_FUTURE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h72 #define MCL_FUTURE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h68 #define MCL_FUTURE 2 macro
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_infinite.c134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
H A Dgtod_latency.c256 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
/third_party/musl/include/sys/
H A Dmman.h69 #define MCL_FUTURE 2 macro
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) { in main()
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c221 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in rt_init_long()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H A Dmod.rs111 pub const MCL_FUTURE: ::c_int = 0x0002; consts
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs361 MCL_FUTURE;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs569 pub const MCL_FUTURE: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs253 pub const MCL_FUTURE: ::c_int = 0x0002; consts

Completed in 14 milliseconds

123