Searched refs:mlockall (Results 1 – 25 of 99) sorted by relevance
1234
/external/strace/tests-m32/ |
D | mlockall.c | 38 int rc = mlockall(0); in main() 41 rc = mlockall(MCL_CURRENT); in main()
|
D | mmap.test | 57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
|
/external/strace/tests-mx32/ |
D | mlockall.c | 38 int rc = mlockall(0); in main() 41 rc = mlockall(MCL_CURRENT); in main()
|
D | mmap.test | 57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
|
/external/strace/tests/ |
D | mlockall.c | 38 int rc = mlockall(0); in main() 41 rc = mlockall(MCL_CURRENT); in main()
|
D | mmap.test | 57 syscall=$mmap,madvise,mlockall,mprotect,mremap,msync,munmap
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock2-tests.c | 505 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()
|
D | on-fault-limit.c | 24 if (mlockall(MCL_ONFAULT | MCL_FUTURE)) { in test_limit()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 12-1-buildonly.c | 24 dummyvar = mlockall; in dummyfcn()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | mlock_test.cc | 8 assert(0 == mlockall(MCL_CURRENT)); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
D | 13-1.c | 23 result = mlockall(0); in main()
|
D | 13-2.c | 23 result = mlockall(~(MCL_CURRENT | MCL_FUTURE)); in main()
|
D | 8-1.c | 22 result = mlockall(MCL_CURRENT); in main()
|
D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
D | 3-7.c | 50 if (mlockall(MCL_CURRENT) == -1) { in main()
|
D | 3-6.c | 59 if (mlockall(MCL_CURRENT) == -1) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/speculative/ |
D | 15-1.c | 76 result = mlockall(MCL_CURRENT); in main()
|
/external/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall01.c | 107 TEST(mlockall(TC[i].flag)); in main()
|
D | mlockall02.c | 125 TEST(mlockall(TC[i].flag)); in main()
|
/external/syzkaller/sys/netbsd/ |
D | mm.txt | 13 mlockall(flags flags[mlockall_flags])
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 18-1.c | 82 if (mlockall(MCL_FUTURE) == -1) { in main()
|
/external/syzkaller/sys/freebsd/ |
D | posix_mm.txt | 14 mlockall(flags flags[mlockall_flags])
|
/external/toybox/toys/other/ |
D | nbd_client.c | 79 if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|MCL_FUTURE); in nbd_client_main()
|
/external/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 134 mlockall(MCL_CURRENT | MCL_FUTURE); in main()
|
/external/autotest/client/tests/memory_api/ |
D | memory_api.c | 48 mlockall(MCL_FUTURE); in main()
|
1234