mmaps 72 drivers/infiniband/hw/cxgb3/iwch_provider.c list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) mmaps 86 drivers/infiniband/hw/cxgb3/iwch_provider.c INIT_LIST_HEAD(&context->mmaps); mmaps 191 drivers/infiniband/hw/cxgb3/iwch_provider.h struct list_head mmaps; mmaps 213 drivers/infiniband/hw/cxgb3/iwch_provider.h list_for_each_safe(pos, nxt, &ucontext->mmaps) { mmaps 235 drivers/infiniband/hw/cxgb3/iwch_provider.h list_add_tail(&mm->entry, &ucontext->mmaps); mmaps 532 drivers/infiniband/hw/cxgb4/iw_cxgb4.h struct list_head mmaps; mmaps 555 drivers/infiniband/hw/cxgb4/iw_cxgb4.h list_for_each_safe(pos, nxt, &ucontext->mmaps) { mmaps 576 drivers/infiniband/hw/cxgb4/iw_cxgb4.h list_add_tail(&mm->entry, &ucontext->mmaps); mmaps 70 drivers/infiniband/hw/cxgb4/provider.c list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) mmaps 87 drivers/infiniband/hw/cxgb4/provider.c INIT_LIST_HEAD(&context->mmaps); mmaps 2065 tools/perf/util/session.c char *buf, *mmaps[NUM_MMAPS]; mmaps 2083 tools/perf/util/session.c memset(mmaps, 0, sizeof(mmaps)); mmaps 2100 tools/perf/util/session.c mmaps[map_idx] = buf; mmaps 2101 tools/perf/util/session.c map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); mmaps 2114 tools/perf/util/session.c if (mmaps[map_idx]) { mmaps 2115 tools/perf/util/session.c munmap(mmaps[map_idx], mmap_size); mmaps 2116 tools/perf/util/session.c mmaps[map_idx] = NULL;