/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/ |
H A D | mmap_test_006.cpp | 63 ret = munmap(mem, len); in Testcase()
|
H A D | mremap_test_001.cpp | 88 ret = munmap(p, size); in Testcase()
|
/kernel/linux/linux-6.6/tools/build/ |
H A D | fixdep.c | 152 munmap(map, st.st_size); in print_deps()
|
/test/xts/hats/kernel/prctl/ |
H A D | PrctlApiTest.cpp | 150 if (munmap(ret_pm, page_size * NUMBER_PAGE)) { in SetVmaAnonName() 151 handle_error("munmap fail\n"); in SetVmaAnonName()
|
/test/xts/hats/kernel/syscalls/process/prctl/ |
H A D | PrctlApiTest.cpp | 127 munmap(addr, pageSize * NUMBER_PAGE); in HWTEST_F()
|
/third_party/ffmpeg/libavutil/ |
H A D | file.c | 149 munmap(bufptr, size); in av_file_unmap()
|
/third_party/libunwind/libunwind/src/ |
H A D | os-freebsd.c | 49 munmap(ptr, sz); in free_mem()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 111 int munmap (void *, size_t);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 115 int munmap (void *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 115 int munmap (void *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 120 int munmap (void *, size_t);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 115 int munmap (void *, size_t);
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem_stubs.c | 67 /* This is just a wrapper around munmap, but it also notifies valgrind that 73 munmap(p, size); in anv_gem_munmap()
|
/third_party/mesa3d/src/util/ |
H A D | os_memory_fd.c | 178 munmap(header, header->size); in os_free_fd()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap06.c | 110 if (munmap(addr, sz * hpage_size) == -1) in do_mmap() 111 tst_brk(TFAIL | TERRNO, "huge munmap failed"); in do_mmap()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress02.c | 162 if (munmap(mmapaddr, pagesize) == -1) { in main() 163 CLEANERROR("munmap failed"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap03.c | 138 if (munmap(addr, page_sz) != 0) { in main()
|
H A D | mmap04.c | 115 if (munmap(addr, page_sz) != 0) { in main()
|
H A D | mmap01.c | 134 if (munmap(addr, page_sz) != 0) { in main() 135 tst_brkm(TFAIL | TERRNO, NULL, "munmap failed"); in main()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid_common.h | 41 munmap(fork_kid_pid, sizeof(*fork_kid_pid) * MAXKIDS); in waitpid_cleanup()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | common.h | 152 munmap(p, size); in dirty_freeblocks()
|
/third_party/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create03.c | 89 ret = munmap(mem, i); in test_def_pagesize() 93 "munmap(%p, %dkB) failed as expected", in test_def_pagesize() 97 "munmap(%p, %dkB) failed unexpectedly", in test_def_pagesize() 103 "munmap(%p, %dkB) suceeded unexpectedly\n", in test_def_pagesize() 112 "munmap() fails for page sizes less than %ldkB\n", hps/1024); in test_def_pagesize()
|
/third_party/ltp/testcases/kernel/syscalls/msync/ |
H A D | msync03.c | 157 if (addr1 && munmap(addr1, page_sz) < 0) in cleanup() 158 tst_resm(TWARN | TERRNO, "munmap() failed"); in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
H A D | writev02.c | 195 if (munmap(bad_addr, 1) == -1) in cleanup()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma02.c | 155 if (munmap(addr, pagesize * 3) == -1) in main() 156 tst_brkm(TWARN | TERRNO, NULL, "munmap"); in main()
|