Home
last modified time | relevance | path

Searched refs:mlockall (Results 1 – 25 of 99) sorted by relevance

1234

/external/strace/tests-m32/
Dmlockall.c38 int rc = mlockall(0); in main()
41 rc = mlockall(MCL_CURRENT); in main()
Dmmap.test57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
/external/strace/tests-mx32/
Dmlockall.c38 int rc = mlockall(0); in main()
41 rc = mlockall(MCL_CURRENT); in main()
Dmmap.test57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
/external/strace/tests/
Dmlockall.c38 int rc = mlockall(0); in main()
41 rc = mlockall(MCL_CURRENT); in main()
Dmmap.test57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c505 if (mlockall(MCL_CURRENT)) { in test_munlockall()
531 if (mlockall(MCL_CURRENT | MCL_ONFAULT)) { in test_munlockall()
547 if (mlockall(MCL_CURRENT | MCL_FUTURE)) { in test_munlockall()
659 if (mlockall(MCL_CURRENT | MCL_ONFAULT | MCL_FUTURE)) { in test_mlockall()
Don-fault-limit.c24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D12-1-buildonly.c24 dummyvar = mlockall; in dummyfcn()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dmlock_test.cc8 assert(0 == mlockall(MCL_CURRENT)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
D13-1.c23 result = mlockall(0); in main()
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()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/
D15-1.c76 result = mlockall(MCL_CURRENT); in main()
/external/ltp/testcases/kernel/syscalls/mlockall/
Dmlockall01.c107 TEST(mlockall(TC[i].flag)); in main()
Dmlockall02.c125 TEST(mlockall(TC[i].flag)); in main()
/external/syzkaller/sys/netbsd/
Dmm.txt13 mlockall(flags flags[mlockall_flags])
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D18-1.c82 if (mlockall(MCL_FUTURE) == -1) { in main()
/external/syzkaller/sys/freebsd/
Dposix_mm.txt14 mlockall(flags flags[mlockall_flags])
/external/toybox/toys/other/
Dnbd_client.c79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
/external/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
/external/autotest/client/tests/memory_api/
Dmemory_api.c48 mlockall(MCL_FUTURE); in main()

1234