HomeSort by relevance Sort by last modified time
    Searched refs:MCL_FUTURE (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
5-2-buildonly.c 10 * Test that the header defines the MCL_FUTURE symbolic constant for
18 #ifndef MCL_FUTURE
19 #error MCL_FUTURE not defined
  /external/strace/xlat/
mlockall_flags.h 5 #if !(defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE))
6 # define MCL_FUTURE 2
21 XLAT(MCL_FUTURE),
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 33 #define MCL_FUTURE 2
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 21 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
13-2.c 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 17 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/linux-kselftest/tools/testing/selftests/vm/
on-fault-limit.c 10 #define MCL_ONFAULT (MCL_FUTURE << 1)
24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) {
mlock2.h 12 #define MCL_ONFAULT (MCL_FUTURE << 1)
mlock2-tests.c 545 if (mlockall(MCL_CURRENT | MCL_FUTURE)) {
546 perror("mlockall(MCL_CURRENT | MCL_FUTURE)");
657 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) {
  /external/ltp/testcases/kernel/syscalls/mlockall/
mlockall01.c 89 MCL_FUTURE, "MCL_FUTURE"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
mlockall03.c 108 ~(MCL_CURRENT | MCL_FUTURE), EINVAL, "Unknown flag"}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 78 #define MCL_FUTURE 2 /* Lock all additions to address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 79 #define MCL_FUTURE 2 /* Lock all additions to address
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 51 #define MCL_FUTURE 2
  /bionic/tests/headers/posix/
sys_mman_h.c 48 MACRO(MCL_FUTURE);
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 65 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
18-1.c 14 * 1. Call mlockall(), setting MCL_FUTURE;
83 if (mlockall(MCL_FUTURE) == -1) {
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 134 mlockall(MCL_CURRENT | MCL_FUTURE);
gtod_latency.c 256 mlockall(MCL_CURRENT | MCL_FUTURE);
  /external/strace/tests/
mmap.c 97 if (mlockall(MCL_FUTURE))
99 puts("mlockall(MCL_FUTURE) = 0");
  /external/strace/tests-m32/
mmap.c 97 if (mlockall(MCL_FUTURE))
99 puts("mlockall(MCL_FUTURE) = 0");
  /external/strace/tests-mx32/
mmap.c 97 if (mlockall(MCL_FUTURE))
99 puts("mlockall(MCL_FUTURE) = 0");
  /external/toybox/toys/other/
nbd_client.c 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE);
  /external/autotest/client/tests/memory_api/
memory_api.c 48 mlockall(MCL_FUTURE);
  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 168 if (mlockall(MCL_CURRENT | MCL_FUTURE) != 0) {

Completed in 1619 milliseconds

1 2 3 4