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

123456

/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c290 munmap(bufs, umem_sz);
311 munmap(umem->buffer, umem_sz);
1760 munmap(ifobj->umem->buffer, umem_sz);
2298 munmap(bufs, mmap_sz);
H A Dxdp_hw_metadata.c138 munmap(xsk->umem_area, UMEM_SIZE);
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c431 ASSERT_EQ(0, munmap(anon, l));
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c684 ret = munmap(rec->ptr, rec->size);
685 dprintf3("munmap ret: %d\n", ret);
1300 munmap(buf, 1*MB);
H A Dmseal_test.c238 ret = munmap(ptr, size);
303 /* munmap 2 pages from ptr. */
331 /* munmap 2 pages from ptr + page. */
836 /* use munmap to free two pages in the middle */
960 * munmap will fail on both
998 * munmap the middle 2 pages.
1000 * munmap the first page will be OK.
1001 * munmap the last page will be OK.
1125 /* munmap all 4 pages. */
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c874 ret = munmap(mem, length + offset - pa_offset);
1008 CASE_TEST(munmap_bad); EXPECT_SYSER(1, munmap(NULL, 0), -1, EINVAL); break;
/linux-master/tools/bpf/bpftool/
H A Dgen.c1509 munmap(obj_data, mmap_sz);
1824 munmap(obj_data, mmap_sz);
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c753 munmap(ring->mm_space, ring->mm_len);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c1136 CHECK_FAIL(munmap(mmap_data, mmap_sz));
/linux-master/tools/mm/
H A Dpage-types.c1024 munmap(ptr, len);
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c232 .munmap = tegra_bo_munmap,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c807 munmap(inbuf, size);
/linux-master/tools/include/nolibc/
H A Dsys.h719 int munmap(void *addr, size_t length) function
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c555 munmap(buf, size);
/linux-master/tools/perf/util/
H A Dauxtrace.c152 munmap(mm->base, mm->len);
1179 munmap(buffer->mmap_addr, buffer->mmap_size);
H A Dsession.c81 munmap(decomp, mmap_len);
297 munmap(decomp, mmap_len);
2329 munmap(mmaps[rd->mmap_idx], rd->mmap_size);
/linux-master/tools/bpf/
H A Dbpf_dbg.c994 munmap(pcap_ptr_va_start, pcap_map_size);
/linux-master/mm/
H A Dnommu.c1430 pr_warn("munmap of memory not mmapped by process %d (%s): 0x%lx-0x%lx\n",
1486 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
H A Dmmap.c2546 * do_vmi_align_munmap() - munmap the aligned region from @start to @end.
2550 * @start: The aligned start address to munmap.
2551 * @end: The aligned end address to munmap.
2585 * Make sure that map_count on return from munmap() will
2711 * do_vmi_munmap() - munmap a given range.
2714 * @start: The start address to munmap
2715 * @len: The length of the range to munmap
2764 * @start: The start address to munmap
3052 SYSCALL_DEFINE2(munmap, unsigned long, addr, size_t, len)
/linux-master/fs/bcachefs/
H A Dbtree_cache.c75 munmap(b->aux_data, btree_aux_data_bytes(b));
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1369 munmap(sample_mmap[i], size);
/linux-master/tools/perf/bench/
H A Dnuma.c498 ret = munmap(data, bytes);
/linux-master/scripts/mod/
H A Dmodpost.c412 munmap(file, size);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c776 munmap(map1, page_size);
777 munmap(map2, page_size);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c1772 munmap(map->mmaped, old_sz);
8944 munmap(map->mmaped, bpf_map_mmap_sz(map));
13062 munmap(cpu_buf->base, pb->mmap_size + pb->page_size))
13063 pr_warn("failed to munmap cpu_buf #%d\n", cpu_buf->cpu);

Completed in 623 milliseconds

123456