Home
last modified time | relevance | path

Searched refs:munmap (Results 251 - 275 of 660) sorted by relevance

1...<<11121314151617181920>>...27

/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/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c151 munmap(ptr, size); in __mte_allocate_memory_range()
223 munmap(ptr - range_before, size + range_before + range_after); in __mte_free_memory_range()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dringbuf.c45 munmap(r->consumer_pos, rb->page_size); in ringbuf_unmap_ring()
49 munmap(r->producer_pos, rb->page_size + 2 * (r->mask + 1)); in ringbuf_unmap_ring()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmmap.c92 munmap(map->aio.data[idx], mmap__mmap_len(map)); in perf_mmap__aio_free()
235 munmap(map->data, mmap__mmap_len(map)); in mmap__munmap()
H A Dcopyfile.c68 munmap(ptr, off_in + size); in copyfile_offset()
/kernel/linux/linux-5.10/include/linux/
H A Dhost1x.h88 void (*munmap)(struct host1x_bo *bo, void *addr); member
131 bo->ops->munmap(bo, addr); in host1x_bo_munmap()
/kernel/linux/linux-6.6/include/linux/
H A Dhost1x.h148 void (*munmap)(struct host1x_bo *bo, void *addr); member
187 bo->ops->munmap(bo, addr); in host1x_bo_munmap()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Dset_memory_region_test.c383 munmap(mem, (size_t)max_mem_slots * MEM_REGION_SIZE + alignment); in test_add_max_memory_regions()
384 munmap(mem_extra, MEM_REGION_SIZE); in test_add_max_memory_regions()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhugetlb-read-hwpoison.c162 munmap(filemap, len); in test_hugetlb_read()
228 munmap(filemap, len); in test_hugetlb_read_hwpoison()
H A Dhugepage-mremap.c174 munmap(addr, length); in main()
H A Dmrelease_test.c49 munmap(buf, nr_pages * psize()); in alloc_noexit()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c158 munmap(ptr, size); in __mte_allocate_memory_range()
243 munmap(ptr - range_before, size + range_before + range_after); in __mte_free_memory_range()
/kernel/linux/linux-6.6/tools/power/acpi/tools/pfrut/
H A Dpfrut.c366 munmap(addr_map_capsule, st.st_size); in main()
430 munmap(p_mmap, max_data_sz); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/
H A Dtest_uvdevice.c52 munmap((void *)self->fault_page, (size_t)getpagesize()); in FIXTURE_TEARDOWN()
183 munmap((void *)self->fault_page, (size_t)getpagesize()); in FIXTURE_TEARDOWN()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_drm.c114 munmap(map->address[i], map->length[i]); in drm_unmap_frame()
199 munmap(map->address[i], map->length[i]); in drm_map_frame()
/third_party/libdrm/tegra/
H A Dtegra.c43 munmap(bo->map, bo->size); in drm_tegra_bo_free()
237 if (munmap(bo->map, bo->size)) in drm_tegra_bo_unmap()
/third_party/selinux/libselinux/src/
H A Dload_policy.c183 munmap(map, sb.st_size); in selinux_mkload_policy()
202 munmap(map, sb.st_size); in selinux_mkload_policy()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c645 munmap(bo->map_cpu, bo->size); in bo_free()
649 munmap(bo->map_wc, bo->size); in bo_free()
653 munmap(bo->map_gtt, bo->size); in bo_free()
866 munmap(map, bo->size); in crocus_bo_map_cpu()
918 munmap(map, bo->size); in crocus_bo_map_wc()
998 munmap(map, bo->size); in crocus_bo_map_gtt()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_mapper.cpp39 munmap(basePtr_, baseLen_); in ~FileMapper()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp59 (void)::munmap(addr_, static_cast<size_t>(capacity_)); in ~ImageDmaBuffer()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dmem.c207 munmap(addr, UM_KERN_PAGE_SIZE); in check_tmpexec()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c105 assert(munmap((void *)low, size) == 0); in test_sigreturn_vdso()
/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djson.c76 munmap(map, roundup(size, ps)); in unmapfile()
/kernel/linux/linux-5.10/tools/build/
H A Dfixdep.c152 munmap(map, st.st_size); in print_deps()
/kernel/linux/linux-5.10/tools/power/cpupower/debug/i386/
H A Ddump_psb.c194 munmap(mem, LEN); in main()

Completed in 14 milliseconds

1...<<11121314151617181920>>...27