Lines Matching refs:munmap
43 munmap(tmp1, 4096); in test_mmap()
126 err = munmap(map_mmaped, map_sz); in test_mmap()
154 err = munmap(p, map_sz); in test_mmap()
169 munmap(tmp1, map_sz); in test_mmap()
195 munmap(tmp0, 4 * page_size); in test_mmap()
200 err = munmap(tmp1 + page_size, page_size); in test_mmap()
202 munmap(tmp1, 4 * page_size); in test_mmap()
210 munmap(tmp1, page_size); in test_mmap()
211 munmap(tmp1 + 2*page_size, 2 * page_size); in test_mmap()
221 munmap(tmp1, 4 * page_size); /* unmap page 1 */ in test_mmap()
236 munmap(tmp2, 4 * page_size); in test_mmap()
242 munmap(tmp1, 4 * page_size); in test_mmap()
252 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap()
254 CHECK_FAIL(munmap(map_mmaped, map_sz)); in test_mmap()
260 munmap(tmp1, map_sz); in test_mmap()
266 munmap(tmp1, map_sz); in test_mmap()
286 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap()
288 CHECK_FAIL(munmap(map_mmaped, map_sz)); in test_mmap()