Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.c2250 char *mmaps[NUM_MMAPS]; member
2267 char **mmaps = rd->mmaps; in reader__init() local
2279 memset(mmaps, 0, sizeof(rd->mmaps)); in reader__init()
2299 char *buf, **mmaps = rd->mmaps; in reader__mmap() local
2312 if (mmaps[rd->mmap_idx]) { in reader__mmap()
2313 munmap(mmaps[rd->mmap_idx], rd->mmap_size); in reader__mmap()
2314 mmaps[r in reader__mmap()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h532 struct list_head mmaps; member
555 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
576 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
H A Dprovider.c70 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext()
87 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h526 struct list_head mmaps; member
549 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
570 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
H A Dprovider.c71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext()
88 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsession.c2172 char *buf, *mmaps[NUM_MMAPS]; in reader__process_events() local
2190 memset(mmaps, 0, sizeof(mmaps)); in reader__process_events()
2207 mmaps[map_idx] = buf; in reader__process_events()
2208 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in reader__process_events()
2221 if (mmaps[map_idx]) { in reader__process_events()
2222 munmap(mmaps[map_idx], mmap_size); in reader__process_events()
2223 mmaps[map_idx] = NULL; in reader__process_events()
/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c152 struct list_head node; /* list of user requested mmaps */
223 struct list_head mmaps; member
1204 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release()
1237 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open()
1361 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap_impl()
1471 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
/kernel/linux/linux-6.6/drivers/misc/
H A Dfastrpc.c205 struct list_head node; /* list of user requested mmaps */
296 struct list_head mmaps; member
1204 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke()
1540 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release()
1577 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open()
1832 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap()
1928 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()

Completed in 19 milliseconds