Lines Matching refs:munmap
57 munmap(tmp1, page_size); in test_mmap()
140 err = munmap(map_mmaped, map_sz); in test_mmap()
168 err = munmap(p, map_sz); in test_mmap()
183 munmap(tmp1, map_sz); in test_mmap()
209 munmap(tmp0, 4 * page_size); in test_mmap()
214 err = munmap(tmp1 + page_size, page_size); in test_mmap()
216 munmap(tmp1, 4 * page_size); in test_mmap()
224 munmap(tmp1, page_size); in test_mmap()
225 munmap(tmp1 + 2*page_size, 2 * page_size); in test_mmap()
235 munmap(tmp1, 4 * page_size); /* unmap page 1 */ in test_mmap()
250 munmap(tmp2, 4 * page_size); in test_mmap()
256 munmap(tmp1, 4 * page_size); in test_mmap()
266 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap()
268 CHECK_FAIL(munmap(map_mmaped, map_sz)); in test_mmap()
274 munmap(tmp1, map_sz); in test_mmap()
280 munmap(tmp1, map_sz); in test_mmap()
300 CHECK_FAIL(munmap(bss_mmaped, bss_sz)); in test_mmap()
302 CHECK_FAIL(munmap(map_mmaped, map_sz)); in test_mmap()