Home
last modified time | relevance | path

Searched refs:munlock (Results 1 – 25 of 75) sorted by relevance

123

/external/libmojo/base/android/library_loader/
Dlibrary_prefetcher_unittest.cc117 munlock(address, length); in TEST()
150 munlock(address, length); in TEST()
151 munlock(address2, length); in TEST()
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c316 if (munlock(map, 2 * page_size)) { in test_mlock_lock()
425 if (munlock(map, 2 * page_size)) { in test_mlock_onfault()
610 if (munlock(map + page_size, page_size)) { in test_vma_management()
629 if (munlock(map, page_size * 3)) { in test_vma_management()
Dmlock-random-test.c278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main()
290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
/external/strace/tests-m32/
Dmlock.gen.test4 run_strace_match_diff -a20 -e trace=mlock,munlock
/external/strace/tests/
Dmlock.gen.test4 run_strace_match_diff -a20 -e trace=mlock,munlock
/external/strace/tests-mx32/
Dmlock.gen.test4 run_strace_match_diff -a20 -e trace=mlock,munlock
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D16-1-buildonly.c24 dummyvar = munlock; in dummyfcn()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dmlock_test.cc11 assert(0 == munlock((void *)0x987, 0x654)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/
D10-1.c39 result = munlock(page_ptr, BUFSIZE); in main()
D7-1.c42 result = munlock(ptr, BUFSIZE); in main()
D11-1.c42 result = munlock(notpage_ptr, page_size - 1); in main()
/external/fio/os/windows/posix/include/sys/
Dmman.h33 int munlock(const void * addr, size_t len);
/external/ltp/testcases/kernel/syscalls/mlock/
Dmlock04.c73 if (munlock(buf, file_len) == -1) in main()
Dmlock03.c82 if (munlock((void *)from, to - from) == -1) in main()
/external/ltp/testcases/kernel/syscalls/munlock/
Dmunlock01.c110 TEST(munlock(*(TC[i].addr), TC[i].len)); in main()
Dmunlock02.c114 TEST(munlock(TC[i].addr, TC[i].len)); in main()
/external/wpa_supplicant_8/src/utils/
Dext_password.c106 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()
/external/ltp/testcases/kernel/syscalls/mincore/
Dmincore02.c53 munlock(addr, page_size * num_pages); in cleanup()
/external/ltp/include/lapi/syscalls/
Daarch64.in231 munlock 229
Dx86_64.in151 munlock 150
Dia64.in128 munlock 1158
Dsparc.in242 munlock 238
Ds390.in111 munlock 151
Ds390x.in111 munlock 151
Dsparc64.in218 munlock 238

123