Searched refs:munmap (Results 26 - 50 of 150) sorted by relevance

123456

/linux-master/tools/testing/selftests/mm/
H A Dksm_tests.c211 munmap(map_ptr, map_size);
369 munmap(map_ptr, page_size * page_count);
377 munmap(map_ptr, page_size * page_count);
411 munmap(map_ptr, page_size * page_count);
417 munmap(map_ptr, page_size * page_count);
456 munmap(map_ptr, page_size * page_count);
461 munmap(map_ptr, page_size * page_count);
609 munmap(map_ptr_orig, len + HPAGE_SIZE);
614 munmap(map_ptr_orig, len + HPAGE_SIZE);
650 munmap(map_pt
[all...]
H A Dcompaction_test.c204 munmap(map, MAP_SIZE);
221 munmap(entry->map, MAP_SIZE);
H A Dvirtual_address_range.c204 munmap(ptr[i], MAP_CHUNK_SIZE);
207 munmap(hptr[i], MAP_CHUNK_SIZE);
H A Dmap_hugetlb.c67 /* munmap with fail if the length is not page aligned */
97 /* munmap() length of MAP_HUGETLB memory must be hugepage aligned */
98 if (munmap(addr, length))
99 ksft_exit_fail_msg("munmap: %s\n", strerror(errno));
H A Dmemfd_secret.c74 munmap(mem, len);
80 munmap(mem, len);
120 munmap(mem, page_size);
H A Dpagemap_ioctl.c221 munmap(mem, mem_size);
396 munmap(mem, mem_size);
426 munmap(m[0], mem_size);
427 munmap(m[1], mem_size);
484 munmap(mem, mem_size);
535 munmap(mem, mem_size);
672 munmap(mem, mem_size);
1086 munmap(mem, mem_size);
1132 munmap(mem, mem_size);
1150 munmap(me
[all...]
H A Dsplit_huge_page_test.c199 munmap(one_page, len);
347 munmap(*addr, fd_size);
396 munmap(addr, fd_size);
H A Dgup_longterm.c134 goto munmap;
238 munmap:
239 munmap(mem, size);
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c93 munmap(p + MAP_SIZE, MAP_SIZE);
94 munmap(p + 3 * MAP_SIZE, MAP_SIZE);
/linux-master/tools/perf/util/
H A Dsrccode.c82 munmap(sf->map, sf->maplen);
147 munmap(h->map, sz);
H A Dzlib.c76 munmap(ptr, stbuf.st_size);
/linux-master/arch/um/kernel/
H A Dtlb.c31 } munmap; member in union:host_vm_change::host_vm_op::__anon20
85 op->u.munmap.addr,
86 op->u.munmap.len, finished,
90 (void *) op->u.munmap.addr,
91 op->u.munmap.len);
168 (last->u.munmap.addr + last->u.mmap.len == addr)) {
169 last->u.munmap.len += len;
181 .u = { .munmap = { .addr = addr,
375 panic("munmap failed, errno = %d\n",
391 panic("munmap faile
[all...]
/linux-master/tools/perf/tests/
H A Dmmap-thread-lookup.c75 munmap(td->map, page_size);
122 munmap(td0->map, page_size);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_hugetlb_memcg.c150 munmap(addr, LENGTH);
165 munmap(addr, LENGTH);
/linux-master/tools/build/
H A Dfixdep.c152 munmap(map, st.st_size);
/linux-master/arch/x86/um/os-Linux/
H A Dtask_size.c64 munmap(mapped, UM_KERN_PAGE_SIZE);
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-cqm.c118 munmap(event, mmap_len);
/linux-master/tools/include/io_uring/
H A Dmini_liburing.h94 munmap(sq->khead, sq->ring_sz);
103 munmap(sq->sqes, p->sq_entries * sizeof(struct io_uring_sqe));
224 munmap(sq->sqes, *sq->kring_entries * sizeof(struct io_uring_sqe));
225 munmap(sq->khead, sq->ring_sz);
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c198 munmap(p, ONE_MEG);
234 munmap(p, size);
262 munmap(p, size);
267 munmap(p, size);
/linux-master/tools/lib/bpf/
H A Dzip.c224 munmap(data, size);
233 munmap(data, size);
243 munmap(archive->data, archive->size);
/linux-master/tools/testing/selftests/ring-buffer/
H A Dmap_test.c106 munmap(desc->meta, desc->meta->meta_page_size);
217 munmap(data, data_len);
224 munmap(data, data_len);
/linux-master/tools/testing/selftests/memfd/
H A Dmemfd_test.c353 munmap(p, mfd_def_size);
366 munmap(p, mfd_def_size);
385 munmap(p, mfd_def_size);
419 munmap(p, mfd_def_size);
453 munmap(p, mfd_def_size);
467 munmap(p, mfd_def_size);
489 munmap(p, mfd_def_size);
553 munmap(p, mfd_def_size);
977 munmap(p, mfd_def_size);
1474 munmap(
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c124 munmap(shstk, SS_SIZE);
566 munmap(free_area, SS_SIZE * 3);
587 munmap(cur->mapping, PAGE_SIZE);
610 munmap(free_area, PAGE_SIZE * 4);
642 munmap(cur->mapping, PAGE_SIZE);
646 munmap(shstk_start, PAGE_SIZE);
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c79 munmap((void *)map_ptr, map_size);
116 munmap((void *)map_ptr, map_size);
122 munmap((void *)map_ptr, map_size);
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c105 assert(munmap((void *)low, size) == 0);

Completed in 267 milliseconds

123456