Searched refs:munlock (Results 1 – 25 of 89) sorted by relevance
1234
/external/strace/tests/ |
D | mlock.gen.test | 4 run_strace_match_diff -a20 -e trace=mlock,munlock
|
/external/strace/tests-m32/ |
D | mlock.gen.test | 4 run_strace_match_diff -a20 -e trace=mlock,munlock
|
/external/strace/tests-mx32/ |
D | mlock.gen.test | 4 run_strace_match_diff -a20 -e trace=mlock,munlock
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 16-1-buildonly.c | 24 dummyvar = munlock; in dummyfcn()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | mlock_test.cpp | 11 assert(0 == munlock((void *)0x987, 0x654)); in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | mlock_test.cc | 11 assert(0 == munlock((void *)0x987, 0x654)); in main()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock-random-test.c | 278 munlock(p, MLOCK_WITHIN_LIMIT_SIZE); in main() 290 munlock(p, MLOCK_OUTOF_LIMIT_SIZE); in main()
|
D | mlock2-tests.c | 318 if (munlock(map, 2 * page_size)) { in test_mlock_lock() 427 if (munlock(map, 2 * page_size)) { in test_mlock_onfault() 612 if (munlock(map + page_size, page_size)) { in test_vma_management() 631 if (munlock(map, page_size * 3)) { in test_vma_management()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
D | 10-1.c | 39 result = munlock(page_ptr, BUFSIZE); in main()
|
D | 7-1.c | 42 result = munlock(ptr, BUFSIZE); in main()
|
D | 11-1.c | 42 result = munlock(notpage_ptr, page_size - 1); in main()
|
/external/libchrome/base/android/library_loader/ |
D | library_prefetcher_unittest.cc | 40 munlock(address, length); in TEST()
|
/external/ltp/testcases/kernel/syscalls/mlock/ |
D | mlock04.c | 73 if (munlock(buf, file_len) == -1) in main()
|
D | mlock03.c | 82 if (munlock((void *)from, to - from) == -1) in main()
|
/external/toybox/toys/pending/ |
D | chsh.c | 53 munlock(toybuf, sizeof(toybuf)); // prevents memset from "optimizing" away.
|
/external/ltp/testcases/kernel/syscalls/munlock/ |
D | munlock01.c | 110 TEST(munlock(*(TC[i].addr), TC[i].len)); in main()
|
D | munlock02.c | 114 TEST(munlock(TC[i].addr, TC[i].len)); in main()
|
/external/wpa_supplicant_8/src/utils/ |
D | ext_password.c | 109 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) { in ext_password_free()
|
/external/ltp/testcases/kernel/syscalls/mincore/ |
D | mincore02.c | 53 munlock(addr, page_size * num_pages); in cleanup()
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 293 pub unsafe fn munlock(addr: *const c_void, length: size_t) -> Result<()> { in munlock() function 294 Errno::result(libc::munlock(addr, length)).map(drop) in munlock()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 231 munlock 229
|
D | mips_n64.in | 148 munlock 147
|
D | ia64.in | 129 munlock 1158
|
D | x86_64.in | 151 munlock 150
|
/external/libbrillo/brillo/ |
D | secure_allocator.h | 170 munlock(p, buffer_size); in deallocate()
|
1234