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

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
5-1-buildonly.c 10 * Test that the header defines the MCL_CURRENT symbolic constant for
18 #ifndef MCL_CURRENT
19 #error MCL_CURRENT not defined
  /external/strace/xlat/
mlockall_flags.h 2 #if !(defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT))
3 # define MCL_CURRENT 1
20 XLAT(MCL_CURRENT),
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
mlock_test.cc 8 assert(0 == mlockall(MCL_CURRENT));
  /external/strace/tests/
mlockall.c 41 rc = mlockall(MCL_CURRENT);
42 printf("mlockall(MCL_CURRENT) = %s\n", sprintrc(rc));
  /external/strace/tests-m32/
mlockall.c 41 rc = mlockall(MCL_CURRENT);
42 printf("mlockall(MCL_CURRENT) = %s\n", sprintrc(rc));
  /external/strace/tests-mx32/
mlockall.c 41 rc = mlockall(MCL_CURRENT);
42 printf("mlockall(MCL_CURRENT) = %s\n", sprintrc(rc));
  /bionic/libc/kernel/uapi/asm-generic/
mman.h 32 #define MCL_CURRENT 1
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 20 #define MCL_CURRENT 1 /* lock all current mappings */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
13-2.c 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE));
8-1.c 22 result = mlockall(MCL_CURRENT);
15-1.c 77 result = mlockall(MCL_CURRENT);
3-7.c 11 * address space of the process when MCL_CURRENT is set.
50 if (mlockall(MCL_CURRENT) == -1) {
3-6.c 11 * address space of the process when MCL_CURRENT is set.
64 if (mlockall(MCL_CURRENT) == -1) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 16 #define MCL_CURRENT 1 /* lock all current mappings */
  /external/ltp/testcases/kernel/syscalls/mlockall/
mlockall01.c 88 MCL_CURRENT, "MCL_CURRENT"}, {
90 MCL_CURRENT | MCL_FUTURE, "MCL_CURRENT|MCL_FUTURE"}
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"}
mlockall02.c 97 MCL_CURRENT, ENOMEM, "Process exceeds max locked pages"}, {
98 MCL_CURRENT, EPERM, "Not a superuser"}, {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
15-1.c 77 result = mlockall(MCL_CURRENT);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 77 #define MCL_CURRENT 1 /* Lock all currently mapped pages. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 78 #define MCL_CURRENT 1 /* Lock all currently mapped pages. */
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 50 #define MCL_CURRENT 1
  /bionic/tests/headers/posix/
sys_mman_h.c 47 MACRO(MCL_CURRENT);
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 64 #define MCL_CURRENT 1 /* lock all current mappings */
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_infinite.c 134 mlockall(MCL_CURRENT | MCL_FUTURE);
  /external/toybox/toys/other/
nbd_client.c 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE);

Completed in 872 milliseconds

1 2 3 4