Searched refs:mmaps (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 192 struct list_head mmaps; member 214 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 235 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
D | iwch_provider.c | 106 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in iwch_dealloc_ucontext() 124 INIT_LIST_HEAD(&context->mmaps); in iwch_alloc_ucontext()
|
/linux-4.4.14/tools/perf/util/ |
D | session.c | 1567 char *buf, *mmaps[NUM_MMAPS]; in __perf_session__process_events() local 1592 memset(mmaps, 0, sizeof(mmaps)); in __perf_session__process_events() 1609 mmaps[map_idx] = buf; in __perf_session__process_events() 1610 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in __perf_session__process_events() 1620 if (mmaps[map_idx]) { in __perf_session__process_events() 1621 munmap(mmaps[map_idx], mmap_size); in __perf_session__process_events() 1622 mmaps[map_idx] = NULL; in __perf_session__process_events()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 491 struct list_head mmaps; member 513 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 534 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
D | provider.c | 101 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 126 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 9 - userspace app like Xfbdev mmaps framebuffer
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-record.txt | 271 Use per-thread mmaps. By default per-cpu mmaps are created. This option 272 overrides that and uses per-thread mmaps. A side-effect of that is that
|
D | intel-pt.txt | 117 inability to match side-band information (such as context switches and mmaps) 503 software event has been introduced that permits tracking events (like mmaps) to
|
/linux-4.4.14/Documentation/vm/ |
D | hugetlbpage.txt | 313 applications to use any combination of mmaps and shm* calls, though the mount of
|
/linux-4.4.14/Documentation/ |
D | cachetlb.txt | 246 NOTE: This does not fix shared mmaps, check out the sparc64 port for
|
D | vfio.txt | 223 /* Setup mappings... read/write offsets, mmaps
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 381 Page cache is dirtied through buffered writes and shared mmaps and
|