Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/mm/
H A Dpage_cache.rst9 but normal reads, writes and mmaps go through the page cache.
/linux/tools/perf/util/
H A Dsession.c3360 char *mmaps[NUM_MMAPS];
3377 char **mmaps = rd->mmaps;
3389 memset(mmaps, 0, sizeof(rd->mmaps));
3409 char *buf, **mmaps = rd->mmaps;
3433 if (mmaps[rd->mmap_idx]) {
3434 munmap(mmaps[rd->mmap_idx], rd->mmap_size);
3435 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 DKconfig.profile28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)"
32 userspace GGTT mmaps and force userspace to take a pagefault on
/linux/drivers/misc/
H A Dfastrpc.c300 struct list_head mmaps; member
529 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_user_free()
1310 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke()
1669 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open()
1914 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap()
1932 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_munmap()
2022 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
/linux/Documentation/fb/
H A Ddeferred_io.rst10 - userspace app like Xfbdev mmaps framebuffer
/linux/tools/perf/Documentation/
H A Dperf-record.txt497 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 Dperf-report.txt610 --mmaps::
614 Please note that not all mmaps are stored, options affecting which ones
/linux/Documentation/core-api/
H A Dcachetlb.rst243 This does not fix shared mmaps, check out the sparc64 port for