Searched refs:mmaps (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/mm/ |
| H A D | page_cache.rst | 9 but normal reads, writes and mmaps go through the page cache.
|
| /linux/tools/perf/util/ |
| H A D | session.c | 2293 char *mmaps[NUM_MMAPS]; in reader__init() 2310 char **mmaps = rd->mmaps; in reader__release_decomp() 2322 memset(mmaps, 0, sizeof(rd->mmaps)); in reader__mmap() 2342 char *buf, **mmaps = rd->mmaps; in reader__mmap() 2355 if (mmaps[rd->mmap_idx]) { 2356 munmap(mmaps[rd->mmap_idx], rd->mmap_size); 2357 mmaps[r 2268 char *mmaps[NUM_MMAPS]; global() member 2285 char **mmaps = rd->mmaps; reader__init() local 2317 char *buf, **mmaps = rd->mmaps; reader__mmap() local [all...] |
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 32 userspace GGTT mmaps and force userspace to take a pagefault on
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 88 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
| /linux/Documentation/fb/ |
| H A D | deferred_io.rst | 10 - userspace app like Xfbdev mmaps framebuffer
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 300 struct list_head mmaps; member 1262 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke() 1604 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release() 1641 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open() 1887 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap() 1987 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 497 Use per-thread mmaps. By default per-cpu mmaps are created. This option 498 overrides that and uses per-thread mmaps. A side-effect of that is that
|
| H A D | perf-report.txt | 610 --mmaps:: 614 Please note that not all mmaps are stored, options affecting which ones
|
| /linux/Documentation/dev-tools/ |
| H A D | kcov.rst | 136 mmaps coverage buffer, and then forks child processes in a loop. The child
|
| /linux/Documentation/core-api/ |
| H A D | cachetlb.rst | 243 This does not fix shared mmaps, check out the sparc64 port for
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 467 mmaps (of /dev/zero or MAP_ANONYMOUS), GPU drivers' DRM objects, Ashmem.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2181 Page cache is dirtied through buffered writes and shared mmaps and
|