/third_party/alsa-lib/src/pcm/ |
H A D | pcm_mmap.c | 452 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 D | elfxx.c | 257 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 D | ringbuf.c | 63 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.s | 4 li.d $a7, 215 # call munmap
|
/third_party/musl/src/mman/ |
H A D | munmap.c | 17 weak_alias(__munmap, munmap);
|
/third_party/musl/src/locale/ |
H A D | catclose.c | 12 munmap(map, V(map+8)+20); in catclose()
|
/third_party/toybox/toys/android/ |
H A D | load_policy.c | 30 munmap(policy_data, policy_len); in load_policy_main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-brk-fail.c | 36 T(munmap((char*)p+65536, 65536)); in main()
|
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
H A D | init_module01.c | 48 munmap(buf, sb.st_size); in cleanup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 8-1.c | 7 * 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 D | compat-cygwin.c | 50 munmap(addr, size); in blob_free()
|
/third_party/ltp/tools/sparse/sparse-src/compat/ |
H A D | mmap-blob.c | 33 munmap(addr, size); in blob_free()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_madvise_test.cpp | 30 munmap(addr, LEN); in HWTEST_F()
|
H A D | mman_msync_test.cpp | 31 munmap(map, testDataSize); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/mman/ |
H A D | munmap.c | 37 int data = munmap(p_map, sizeof(char) * 10); in munmap_0100()
|
H A D | msync.c | 49 rev = munmap(map, TEST_MS_SIZE); in msync_0100()
|
/third_party/rust/crates/rustix/src/mm/ |
H A D | mod.rs | 13 mlock, mmap, mmap_anonymous, mprotect, munlock, munmap, MapFlags, MprotectFlags, ProtFlags,
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.c | 168 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 D | arc4random.h | 82 munmap(*rsp, sizeof(**rsp));
in _rs_allocate()
|
/third_party/ltp/testcases/kernel/syscalls/mremap/ |
H A D | mremap03.c | 122 if (munmap(addr, newsize) != 0) { in main() 123 tst_brkm(TFAIL, cleanup, "munmap fails to " in main()
|
H A D | mremap02.c | 120 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 D | thp03.c | 76 munmap(p, unaligned_size); in thp_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 21-1.c | 61 munmap(pa, size); in main()
|
H A D | 32-1.c | 57 munmap(pa, 0); in main()
|
/test/xts/hats/kernel/syscalls/mem/mlock/ |
H A D | MlockApiTest.cpp | 86 munmap(addr, size); in HWTEST_F()
|