Home
last modified time | relevance | path

Searched refs:munmap (Results 526 - 550 of 625) sorted by relevance

1...<<2122232425

/third_party/toybox/toys/pending/
H A Dstrace.c499 SC(munmap, "pz"); in print_enter()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsession.c75 munmap(decomp, mmap_len); in perf_session__process_compressed_event()
287 munmap(decomp, mmap_len); in perf_session__release_decomp_events()
2222 munmap(mmaps[map_idx], mmap_size); in reader__process_events()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c2945 rc = munmap(mrc, (int)sbuf.st_size); in sy_mmrw()
3918 munmap(Memalloc[me].space, Memalloc[me].size); in alloc_mem()
3986 munmap(M->space, M->size); in alloc_mem()
4291 munmap(cp->c_memaddr, cp->c_memlen); in alloc_fdcache()
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp205 ret = (munmap(addr, finfo_.smem_len)); in DoFbMunmap()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp116 return munmap(addr, size); in DoFbMunmap()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp219 ret = (munmap(addr, finfo_.smem_len)); in DoFbMunmap()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp531 if (::munmap(it->first, static_cast<size_t>(it->second)) != 0) { in FreeBuffer()
532 CODEC_LOGW("Error munmap"); in FreeBuffer()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpsock_tpacket.c753 munmap(ring->mm_space, ring->mm_len); in unmap_ring()
/kernel/linux/linux-5.10/tools/vm/
H A Dpage-types.c1025 munmap(ptr, len); in walk_file()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c882 CHECK_FAIL(munmap(mmap_data, mmap_sz)); in test_core_reloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Dgem.c222 .munmap = tegra_bo_munmap,
/kernel/linux/linux-6.6/tools/mm/
H A Dpage-types.c1024 munmap(ptr, len); in walk_file_range()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1136 CHECK_FAIL(munmap(mmap_data, mmap_sz)); in run_core_reloc_tests()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c555 munmap(buf, size); in alloc_anon_mlock()
/kernel/linux/linux-6.6/tools/testing/selftests/
H A Dkselftest_harness.h1208 munmap(results, sizeof(*results)); in test_harness_run()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_tpacket.c753 munmap(ring->mm_space, ring->mm_len); in unmap_ring()
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dsys.h707 int munmap(void *addr, size_t length) in munmap() function
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c607 .munmap = snd_pcm_shm_munmap,
H A Dpcm_dshare.c605 .munmap = snd_pcm_direct_munmap,
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c790 munmap(fat->fatbuf, fat->fatsize); in releasefat()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c301 munmap(area, area_size); in vmw_svga_winsys_add_stats()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h618 munmap(ExecutableData, Size);
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1379 if (munmap((void *)request->buffer, request->bufLen) != 0) { in AdapterFreeRequestByMmap()
1380 HDF_LOGE("%{public}s:%{public}d munmap failed, errno=%{public}d", __func__, __LINE__, errno); in AdapterFreeRequestByMmap()
1405 if (munmap((void *)request, allocSize) != 0) { in AdapterFreeRequest()
1406 HDF_LOGE("%{public}s:%{public}d munmap failed, errno=%{public}d", __func__, __LINE__, errno); in AdapterFreeRequest()
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c789 ret = munmap(mem, length + offset - pa_offset); in test_mmap_munmap()
897 CASE_TEST(munmap_bad); EXPECT_SYSER(1, munmap((void *)1, 0), -1, EINVAL); break; in run_syscall()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c1149 munmap(bo->base.mmap_ptr, bo->base.mmap_size); in virtgpu_bo_destroy()
1306 munmap(shmem->base.mmap_ptr, shmem->base.mmap_size); in virtgpu_shmem_destroy_now()

Completed in 40 milliseconds

1...<<2122232425