Searched refs:mmaps (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 2 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 6 userspace GGTT mmaps and force userspace to take a pagefault on
|
/Linux-v5.4/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 | 72 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in iwch_dealloc_ucontext() 86 INIT_LIST_HEAD(&context->mmaps); in iwch_alloc_ucontext()
|
/Linux-v5.4/tools/perf/util/ |
D | session.c | 2055 char *buf, *mmaps[NUM_MMAPS]; in reader__process_events() local 2073 memset(mmaps, 0, sizeof(mmaps)); in reader__process_events() 2090 mmaps[map_idx] = buf; in reader__process_events() 2091 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in reader__process_events() 2104 if (mmaps[map_idx]) { in reader__process_events() 2105 munmap(mmaps[map_idx], mmap_size); in reader__process_events() 2106 mmaps[map_idx] = NULL; in reader__process_events()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 532 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()
|
D | provider.c | 70 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 87 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
/Linux-v5.4/Documentation/fb/ |
D | deferred_io.rst | 10 - userspace app like Xfbdev mmaps framebuffer
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kcov.rst | 126 mmaps coverage buffer and then forks child processes in a loop. Child processes
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-record.txt | 391 Use per-thread mmaps. By default per-cpu mmaps are created. This option 392 overrides that and uses per-thread mmaps. A side-effect of that is that
|
D | perf-report.txt | 497 --mmaps:: 501 Please note that not all mmaps are stored, options affecting which ones
|
D | intel-pt.txt | 150 inability to match side-band information (such as context switches and mmaps) 572 software event has been introduced that permits tracking events (like mmaps) to
|
/Linux-v5.4/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-v5.4/Documentation/core-api/ |
D | cachetlb.rst | 239 This does not fix shared mmaps, check out the sparc64 port for
|
/Linux-v5.4/Documentation/driver-api/ |
D | vfio.rst | 225 /* Setup mappings... read/write offsets, mmaps
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1644 Page cache is dirtied through buffered writes and shared mmaps and
|