Searched refs:mmaps (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.10/tools/perf/tests/attr/ |
| D | test-record-C0 | 17 # Dummy event handles mmaps, comm and task.
|
| /Linux-v5.10/drivers/gpu/drm/i915/ |
| D | Kconfig.profile | 14 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 18 userspace GGTT mmaps and force userspace to take a pagefault on
|
| /Linux-v5.10/tools/perf/util/ |
| D | session.c | 2149 char *buf, *mmaps[NUM_MMAPS]; in reader__process_events() local 2167 memset(mmaps, 0, sizeof(mmaps)); in reader__process_events() 2184 mmaps[map_idx] = buf; in reader__process_events() 2185 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1); in reader__process_events() 2198 if (mmaps[map_idx]) { in reader__process_events() 2199 munmap(mmaps[map_idx], mmap_size); in reader__process_events() 2200 mmaps[map_idx] = NULL; in reader__process_events()
|
| /Linux-v5.10/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.10/drivers/misc/ |
| D | fastrpc.c | 223 struct list_head mmaps; member 1192 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release() 1225 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open() 1342 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_req_munmap_impl() 1451 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
|
| /Linux-v5.10/Documentation/fb/ |
| D | deferred_io.rst | 10 - userspace app like Xfbdev mmaps framebuffer
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-record.txt | 407 Use per-thread mmaps. By default per-cpu mmaps are created. This option 408 overrides that and uses per-thread mmaps. A side-effect of that is that
|
| D | perf-report.txt | 520 --mmaps:: 524 Please note that not all mmaps are stored, options affecting which ones
|
| D | perf-intel-pt.txt | 185 inability to match side-band information (such as context switches and mmaps) 679 software event has been introduced that permits tracking events (like mmaps) to
|
| /Linux-v5.10/Documentation/dev-tools/ |
| D | kcov.rst | 127 mmaps coverage buffer and then forks child processes in a loop. Child processes
|
| /Linux-v5.10/Documentation/admin-guide/mm/ |
| D | transhuge.rst | 265 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or
|
| D | hugetlbpage.rst | 401 applications to use any combination of mmaps and shm* calls, though the mount of
|
| /Linux-v5.10/Documentation/core-api/ |
| D | cachetlb.rst | 239 This does not fix shared mmaps, check out the sparc64 port for
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | vfio.rst | 225 /* Setup mappings... read/write offsets, mmaps
|
| /Linux-v5.10/Documentation/gpu/ |
| D | drm-uapi.rst | 197 descriptors and removed all mmaps, the DRM driver can tear down its
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 1715 Page cache is dirtied through buffered writes and shared mmaps and
|