Searched refs:mmap_len (Results 1 – 3 of 3) sorted by relevance
78 int ret , buflen, mmap_len; in fio_splice_read() local84 mmap_len = buflen = io_u->xfer_buflen; in fio_splice_read()127 munmap(map, mmap_len); in fio_splice_read()153 if (sd->vmsplice_to_user_map && munmap(map, mmap_len) < 0) { in fio_splice_read()
34 int mmap_len; member
564 munmap(evlist->mmap[idx].base, evlist->mmap_len); in __perf_evlist__munmap()594 evlist->mmap[idx].base = mmap(NULL, evlist->mmap_len, prot, in __perf_evlist__mmap()720 evlist->mmap_len = (pages + 1) * page_size; in perf_evlist__mmap()