Home
last modified time | relevance | path

Searched refs:munmap (Results 301 - 325 of 695) sorted by relevance

1...<<11121314151617181920>>...28

/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmmap_test_006.cpp63 ret = munmap(mem, len); in Testcase()
H A Dmremap_test_001.cpp88 ret = munmap(p, size); in Testcase()
/kernel/linux/linux-6.6/tools/build/
H A Dfixdep.c152 munmap(map, st.st_size); in print_deps()
/test/xts/hats/kernel/prctl/
H A DPrctlApiTest.cpp150 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 DPrctlApiTest.cpp127 munmap(addr, pageSize * NUMBER_PAGE); in HWTEST_F()
/third_party/ffmpeg/libavutil/
H A Dfile.c149 munmap(bufptr, size); in av_file_unmap()
/third_party/libunwind/libunwind/src/
H A Dos-freebsd.c49 munmap(ptr, sz); in free_mem()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmman.h111 int munmap (void *, size_t);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h115 int munmap (void *, size_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h115 int munmap (void *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h120 int munmap (void *, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h115 int munmap (void *, size_t);
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem_stubs.c67 /* 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 Dos_memory_fd.c178 munmap(header, header->size); in os_free_fd()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap06.c110 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 Dmmapstress02.c162 if (munmap(mmapaddr, pagesize) == -1) { in main()
163 CLEANERROR("munmap failed"); in main()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap03.c138 if (munmap(addr, page_sz) != 0) { in main()
H A Dmmap04.c115 if (munmap(addr, page_sz) != 0) { in main()
H A Dmmap01.c134 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 Dwaitpid_common.h41 munmap(fork_kid_pid, sizeof(*fork_kid_pid) * MAXKIDS); in waitpid_cleanup()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Dcommon.h152 munmap(p, size); in dirty_freeblocks()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create03.c89 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 Dmsync03.c157 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 Dwritev02.c195 if (munmap(bad_addr, 1) == -1) in cleanup()
/third_party/ltp/testcases/kernel/mem/vma/
H A Dvma02.c155 if (munmap(addr, pagesize * 3) == -1) in main()
156 tst_brkm(TWARN | TERRNO, NULL, "munmap"); in main()

Completed in 9 milliseconds

1...<<11121314151617181920>>...28