Home
last modified time | relevance | path

Searched refs:munmap (Results 201 - 225 of 624) sorted by relevance

12345678910>>...25

/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmincore.c61 munmap(start, st.st_size); in mincore_0100()
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.cpp114 return ::munmap(addr, size) == 0; in unmap()
/third_party/toybox/toys/other/
H A Ddevmem.c61 munmap(map, map_len); in devmem_main()
/third_party/vixl/examples/aarch32/
H A Dexamples.h59 ~ExecutableMemory() { munmap(buffer_, size_); } in ~ExecutableMemory()
/third_party/vixl/examples/aarch64/
H A Dexecutable-memory.h63 ~ExecutableMemory() { munmap(buffer_, size_); } in ~ExecutableMemory()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dunixfilemap.c104 munmap((void *)p, nbytes); in filemap()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dlam.c343 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 Dtest_shadow_stack.c124 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 Dtest_mremap_vdso.c44 munmap(dest_addr, size); in try_to_remap()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtcp_mmap.c83 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 Dtcp_mmap.c88 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 Ddmabuf-heap.c209 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 Dringbuf.c113 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 Dpthread_create.c53 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 Dpthread_create.c53 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 Dtask_size.c64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c44 munmap(dest_addr, size); in try_to_remap()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dmap_hugetlb.c102 /* 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 Dintel-cqm.c118 munmap(event, mmap_len); in test__intel_cqm_count_nmi_context()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dzlib.c76 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dtask_size.c64 munmap(mapped, UM_KERN_PAGE_SIZE); in page_ok()
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dintel-cqm.c118 munmap(event, mmap_len); in test__intel_cqm_count_nmi_context()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmap_hugetlb.c68 /* 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 Dzlib.c76 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmprotect_test_001.cpp72 ret = munmap(p, pageSize); in Testcase()

Completed in 16 milliseconds

12345678910>>...25