Home
last modified time | relevance | path

Searched refs:munmap (Results 551 - 575 of 660) sorted by relevance

1...<<21222324252627

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c153 munmap(bo->map, bo->size); in vc4_bo_free()
H A Dvc4_simulator.c206 munmap(sim_bo->gem_vaddr, obj->base.size); in vc4_free_simulator_bo()
/third_party/mesa3d/src/intel/tools/
H A Dintel_dump_gpu.c89 * munmap them on DRM_IOCTL_GEM_CLOSE.
397 munmap(bo->map, bo->size); in remove_bo()
750 libc_munmap = dlsym(RTLD_NEXT, "munmap"); in init()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c1028 munmap(cache->index_mmap, cache->index_mmap_size); in disk_cache_destroy_mmap()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c76 if (munmap(page, size) < 0) in munmap_reserve()
77 err("munmap"); in munmap_reserve()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
H A Dpage-poisoning.c197 munmap(page, size); in munmap_reserve()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c76 if (munmap(page, size) < 0) in munmap_reserve()
77 err("munmap"); in munmap_reserve()
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c585 munmap(sh.map_result, sh.map_size); in sh_done()
/third_party/openssl/crypto/
H A Dmem_sec.c579 munmap(sh.map_result, sh.map_size); in sh_done()
/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()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp347 munmap(bufferAddresss_, bufferSize_); in ReleaseMmapBuffer()
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Doh_audio_buffer.cpp109 (void)munmap(base_, size_); in Close()
112 AUDIO_INFO_LOG("%{public}s munmap done", name_.c_str()); in Close()
/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,

Completed in 36 milliseconds

1...<<21222324252627