Searched refs:mmaps (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 191 struct list_head mmaps; member 213 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 | 71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in iwch_dealloc_ucontext() 89 INIT_LIST_HEAD(&context->mmaps); in iwch_alloc_ucontext()
|
/Linux-v4.19/tools/perf/util/ |
D | session.c | 1833 char *buf, *mmaps[NUM_MMAPS]; in __perf_session__process_events() local 1858 memset(mmaps, 0, sizeof(mmaps)); in __perf_session__process_events() 1875 mmaps[map_idx] = buf; in __perf_session__process_events() 1876 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in __perf_session__process_events() 1886 if (mmaps[map_idx]) { in __perf_session__process_events() 1887 munmap(mmaps[map_idx], mmap_size); in __perf_session__process_events() 1888 mmaps[map_idx] = NULL; in __perf_session__process_events()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 591 struct list_head mmaps; member 627 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 648 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
D | provider.c | 71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in _c4iw_free_ucontext() 103 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
/Linux-v4.19/Documentation/fb/ |
D | deferred_io.txt | 9 - userspace app like Xfbdev mmaps framebuffer
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kcov.rst | 126 mmaps coverage buffer and then forks child processes in a loop. Child processes
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 375 Use per-thread mmaps. By default per-cpu mmaps are created. This option 376 overrides that and uses per-thread mmaps. A side-effect of that is that
|
D | perf-report.txt | 465 --mmaps:: 469 Please note that not all mmaps are stored, options affecting which ones
|
D | intel-pt.txt | 120 inability to match side-band information (such as context switches and mmaps) 542 software event has been introduced that permits tracking events (like mmaps) to
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | transhuge.rst | 258 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or
|
D | hugetlbpage.rst | 355 applications to use any combination of mmaps and shm* calls, though the mount of
|
/Linux-v4.19/Documentation/core-api/ |
D | cachetlb.rst | 249 This does not fix shared mmaps, check out the sparc64 port for
|
/Linux-v4.19/Documentation/ |
D | vfio.txt | 225 /* Setup mappings... read/write offsets, mmaps
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1415 Page cache is dirtied through buffered writes and shared mmaps and
|