/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | mincore.c | 61 munmap(start, st.st_size); in mincore_0100()
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 114 return ::munmap(addr, size) == 0; in unmap()
|
/third_party/toybox/toys/other/ |
H A D | devmem.c | 61 munmap(map, map_len); in devmem_main()
|
/third_party/vixl/examples/aarch32/ |
H A D | examples.h | 59 ~ExecutableMemory() { munmap(buffer_, size_); } in ~ExecutableMemory()
|
/third_party/vixl/examples/aarch64/ |
H A D | executable-memory.h | 63 ~ExecutableMemory() { munmap(buffer_, size_); } in ~ExecutableMemory()
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | unixfilemap.c | 104 munmap((void *)p, nbytes); in filemap()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | lam.c | 343 munmap(ptr, PAGE_SIZE); in handle_mmap() 416 munmap(sq_ptr, sring->ring_sz); in mmap_io_uring() 433 munmap(sq_ptr, sring->ring_sz); in mmap_io_uring() 436 munmap(cq_ptr, cring->ring_sz); in mmap_io_uring() 1125 if (munmap(wq, 0x1000)) in handle_pasid() 1126 printf("munmap failed %d\n", errno); in handle_pasid()
|
H A D | test_shadow_stack.c | 124 munmap(shstk, SS_SIZE); in free_shstk() 566 munmap(free_area, SS_SIZE * 3); in test_guard_gap() 587 munmap(cur->mapping, PAGE_SIZE); in test_guard_gap()
|
H A D | test_mremap_vdso.c | 44 munmap(dest_addr, size); in try_to_remap()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 83 static int keepflag; /* -k option: receiver shall keep all received file in memory (no munmap() calls) */ 260 munmap(buffer, buffer_sz); in child_thread() 263 munmap(raddr, chunk_size + map_align); in child_thread() 515 munmap(buffer, buffer_sz); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 88 static int keepflag; /* -k option: receiver shall keep all received file in memory (no munmap() calls) */ 316 munmap(buffer, buffer_sz); in child_thread() 319 munmap(raddr, chunk_size + map_align); in child_thread() 610 munmap(buffer, buffer_sz); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 209 munmap(p, ONE_MEG); in test_alloc_and_import() 249 munmap(p, size); in test_alloc_zeroed() 279 munmap(p, size); in test_alloc_zeroed()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf.c | 113 ASSERT_OK(munmap(mmap_ptr, page_size), "unmap_rw"); in ringbuf_subtest() 139 ASSERT_OK(munmap(mmap_ptr, 4 * page_size), "unmap_ro"); in ringbuf_subtest() 149 ASSERT_OK(munmap(mmap_ptr, page_size), "unmap_ro"); in ringbuf_subtest()
|
/third_party/musl/src/thread/linux/ |
H A D | pthread_create.c | 53 munmap(stack, RESERVE_SIGNAL_STACK_SIZE); in __pthread_reserve_signal_stack() 83 munmap(self->signal_stack, __default_guardsize); in __pthread_release_signal_stack() 85 munmap(old_stack.ss_sp, old_stack.ss_size); in __pthread_release_signal_stack() 223 /* Since __unmapself bypasses the normal munmap code path, in __pthread_exit()
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_create.c | 53 munmap(stack, RESERVE_SIGNAL_STACK_SIZE); in __pthread_reserve_signal_stack() 83 munmap(self->signal_stack, __default_guardsize); in __pthread_release_signal_stack() 85 munmap(old_stack.ss_sp, old_stack.ss_size); in __pthread_release_signal_stack() 171 /* Since __unmapself bypasses the normal munmap code path, in __pthread_exit()
|
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/ |
H A D | task_size.c | 64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_mremap_vdso.c | 44 munmap(dest_addr, size); in try_to_remap()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | map_hugetlb.c | 102 /* munmap() length of MAP_HUGETLB memory must be hugepage aligned */ in main() 103 if (munmap(addr, length)) { in main() 104 perror("munmap"); in main()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | intel-cqm.c | 118 munmap(event, mmap_len); in test__intel_cqm_count_nmi_context()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | zlib.c | 76 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
|
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/ |
H A D | task_size.c | 64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | intel-cqm.c | 118 munmap(event, mmap_len); in test__intel_cqm_count_nmi_context()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | map_hugetlb.c | 68 /* munmap with fail if the length is not page aligned */ in main() 97 /* munmap() length of MAP_HUGETLB memory must be hugepage aligned */ in main() 98 if (munmap(addr, length)) { in main() 99 perror("munmap"); in main()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | zlib.c | 76 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
|
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mprotect_test_001.cpp | 72 ret = munmap(p, pageSize); in Testcase()
|