Home
last modified time | relevance | path

Searched refs:munmap (Results 76 - 100 of 386) sorted by relevance

12345678910>>...16

/third_party/alsa-lib/src/pcm/
H A Dpcm_mmap.c452 if (pcm->ops->munmap) in snd_pcm_munmap()
453 return pcm->ops->munmap(pcm); in snd_pcm_munmap()
477 err = munmap(i->addr, size); in snd_pcm_munmap()
514 if (pcm->ops->munmap) in snd_pcm_munmap()
515 err = pcm->ops->munmap(pcm); in snd_pcm_munmap()
/third_party/libunwind/libunwind/src/
H A Delfxx.c257 munmap (mdi->image, mdi->size); in extract_minidebuginfo()
304 munmap (mdi.image, mdi.size); in get_proc_name_in_image()
333 munmap (ei.image, ei.size); in get_proc_name()
479 munmap (prev_image, prev_size); in load_debuglink()
/third_party/libbpf/src/
H A Dringbuf.c63 munmap(r->consumer_pos, rb->page_size); in ringbuf_free_ring()
67 munmap(r->producer_pos, rb->page_size + 2 * (r->mask + 1)); in ringbuf_free_ring()
388 munmap(rb->consumer_pos, rb->page_size); in user_ringbuf_unmap_ring()
392 munmap(rb->producer_pos, rb->page_size + 2 * (rb->mask + 1)); in user_ringbuf_unmap_ring()
/third_party/musl/src/thread/loongarch64/
H A D__unmapself.s4 li.d $a7, 215 # call munmap
/third_party/musl/src/mman/
H A Dmunmap.c17 weak_alias(__munmap, munmap);
/third_party/musl/src/locale/
H A Dcatclose.c12 munmap(map, V(map+8)+20); in catclose()
/third_party/toybox/toys/android/
H A Dload_policy.c30 munmap(policy_data, policy_len); in load_policy_main()
/third_party/musl/libc-test/src/regression/
H A Dmalloc-brk-fail.c36 T(munmap((char*)p+65536, 65536)); in main()
/third_party/ltp/testcases/kernel/syscalls/init_module/
H A Dinit_module01.c48 munmap(buf, sb.st_size); in cleanup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
H A D8-1.c7 * The munmap() function shall fail if:
28 #define TNAME "munmap/8-1.c"
37 rc = munmap(pa, 1); in main()
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompat-cygwin.c50 munmap(addr, size); in blob_free()
/third_party/ltp/tools/sparse/sparse-src/compat/
H A Dmmap-blob.c33 munmap(addr, size); in blob_free()
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
H A Dmman_madvise_test.cpp30 munmap(addr, LEN); in HWTEST_F()
H A Dmman_msync_test.cpp31 munmap(map, testDataSize); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmunmap.c37 int data = munmap(p_map, sizeof(char) * 10); in munmap_0100()
H A Dmsync.c49 rev = munmap(map, TEST_MS_SIZE); in msync_0100()
/third_party/rust/crates/rustix/src/mm/
H A Dmod.rs13 mlock, mmap, mmap_anonymous, mprotect, munlock, munmap, MapFlags, MprotectFlags, ProtFlags,
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c168 munmap(task->dyn_map, task->dyn_map_len); in free_task()
173 munmap(task->str_map, task->str_map_len); in free_task()
/third_party/FreeBSD/lib/libc/gen/
H A Darc4random.h82 munmap(*rsp, sizeof(**rsp)); in _rs_allocate()
/third_party/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap03.c122 if (munmap(addr, newsize) != 0) { in main()
123 tst_brkm(TFAIL, cleanup, "munmap fails to " in main()
H A Dmremap02.c120 if (munmap(addr, newsize) != 0) { in main()
121 tst_brkm(TBROK, cleanup, "munmap fails to " in main()
/third_party/ltp/testcases/kernel/mem/thp/
H A Dthp03.c76 munmap(p, unaligned_size); in thp_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D21-1.c61 munmap(pa, size); in main()
H A D32-1.c57 munmap(pa, 0); in main()
/test/xts/hats/kernel/syscalls/mem/mlock/
H A DMlockApiTest.cpp86 munmap(addr, size); in HWTEST_F()

Completed in 8 milliseconds

12345678910>>...16