Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v5.10/Documentation/vm/
Dactive_mm.rst26 - we have "real address spaces" and "anonymous address spaces". The
27 difference is that an anonymous address space doesn't care about the
29 anonymous address space we just leave the previous address space
32 The obvious use for a "anonymous address space" is any thread that
40 - "tsk->mm" points to the "real address space". For an anonymous process,
41 tsk->mm will be NULL, for the logical reason that an anonymous process
45 "stole" for such an anonymous user. For that, we have "tsk->active_mm",
52 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the
53 "borrowed" mm while the anonymous process is running. When the
54 anonymous process gets scheduled away, the borrowed address space is
[all …]
Dtranshuge.rst135 For anonymous pages, PageDoubleMap() also indicates ->_mapcount in all
144 For anonymous pages, we set PG_double_map when a PMD of the page is split
161 page->_mapcount of anonymous pages. File pages just get unmapped.
Dovercommit-accounting.rst62 For an anonymous or ``/dev/zero`` map
Dhmm.rst36 driver and regular application memory (private anonymous, shared memory, or
326 Currently only anonymous private VMA ranges can be migrated to or from
412 anonymous if device page is used for anonymous, file if device page is used for
/Linux-v5.10/arch/powerpc/boot/dts/
Da3m071.dts19 model = "anonymous,a3m071";
20 compatible = "anonymous,a3m071";
128 compatible = "anonymous,a3m071-fpga";
Da4m072.dts20 model = "anonymous,a4m072";
21 compatible = "anonymous,a4m072";
/Linux-v5.10/Documentation/doc-guide/
Dkernel-doc.rst232 * @memb1: first member of anonymous union/anonymous struct
233 * @memb2: second member of anonymous union/anonymous struct
234 * @memb3: third member of anonymous union/anonymous struct
235 * @memb4: fourth member of anonymous union/anonymous struct
236 * @bar: non-anonymous union
273 #) When the nested struct/union is anonymous, the member ``bar`` in it
/Linux-v5.10/Documentation/translations/it_IT/doc-guide/
Dkernel-doc.rst263 * @memb1: first member of anonymous union/anonymous struct
264 * @memb2: second member of anonymous union/anonymous struct
265 * @memb3: third member of anonymous union/anonymous struct
266 * @memb4: fourth member of anonymous union/anonymous struct
267 * @bar: non-anonymous union
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-kernel-mm-swap12 will be used for swappable anonymous pages mapped in a
/Linux-v5.10/Documentation/filesystems/nfs/
Dexporting.rst58 This is set when anonymous dentries are created, and cleared when a
80 c. Helper routines to allocate anonymous dentries, and to help attach
86 If it doesn't, a new anonymous (IS_ROOT and
94 (such as an anonymous one created by d_obtain_alias), if appropriate.
/Linux-v5.10/Documentation/admin-guide/mm/
Dtranshuge.rst17 Currently THP only works for anonymous memory mappings and tmpfs/shmem.
97 Transparent Hugepage Support for anonymous memory can be entirely disabled
107 anonymous hugepages in case they're not immediately free to madvise
152 anonymous mapping. It's possible to disable huge zero page by writing 0
265 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or
288 The number of anonymous transparent huge pages currently used by the
290 To identify what applications are using anonymous transparent huge pages,
Dnommu-mmap.rst115 (#) A request for an anonymous mapping will always be page aligned. If
121 (#) The memory allocated by a request for an anonymous mapping will normally
133 In the no-MMU case, however, anonymous mappings are backed by physical
136 anonymous mapping and the kernel then does a memset for the entire map.
147 (#) A list of all the private copy and anonymous mappings on the system is
Dconcepts.rst146 The `anonymous memory` or `anonymous mappings` represent memory that
149 call. Usually, the anonymous mappings only define virtual memory areas
170 reclaimable pages are page cache and anonymous memory.
/Linux-v5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-conn-info.rst55 - ``(anonymous)``
/Linux-v5.10/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-enum-entities.rst113 - (anonymous)
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/
Dmemory.rst46 - accounting anonymous pages, file caches, swap caches usage and limiting them.
471 2. The user is using anonymous memory and swap is turned off or too low
542 rss # of bytes of anonymous and swap cache memory (includes
544 rss_huge # of bytes of anonymous transparent hugepages.
555 inactive_anon # of bytes of anonymous and swap cache memory on inactive
557 active_anon # of bytes of anonymous and swap cache memory on active
595 Only anonymous and swap cache memory is listed as part of 'rss' stat.
789 | 0 | A charge of an anonymous page (or swap of it) used by the target task. |
794 | | anonymous pages, file pages (and swaps) in the range mmapped by the task |
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-v4l2-mplane.rst97 - (anonymous)
Dvidioc-dv-timings-cap.rst122 - (anonymous)
Dvidioc-dbg-g-chip-info.rst91 - (anonymous)
Dvidioc-dbg-g-register.rst101 - (anonymous)
Dvidioc-enum-frameintervals.rst144 - (anonymous)
Dvidioc-enum-framesizes.rst154 - (anonymous)
/Linux-v5.10/Documentation/filesystems/
Dproc.rst264 RssAnon size of resident anonymous memory
267 mapping of tmpfs and shared anonymous mappings)
273 VmSwap amount of swap used by anonymous private data
434 or if empty, the mapping is anonymous.
488 a mapping associated with a file may contain anonymous pages: when MAP_PRIVATE
489 and a page is modified, the file page is replaced by a private anonymous copy.
506 "Swap" shows how much would-be-anonymous memory is also used, but out on swap.
580 They represent the proportional shares of anonymous, file, and shmem pages, as
594 To clear the bits for the anonymous pages associated with the process::
1788 When a process is dumped, all anonymous memory is written to a core file as
[all …]
/Linux-v5.10/Documentation/input/
Dmulti-touch-protocol.rst20 hardware. For devices handling anonymous contacts (type A), the protocol
60 enumeration of the full set of anonymous contacts currently on the
323 the contact. This is a low-level anonymous grouping for type A devices, and
/Linux-v5.10/Documentation/core-api/
Dcachetlb.rst254 These two routines store data in user anonymous or COW
346 When the kernel needs to access the contents of an anonymous
349 doesn't work for an anonymous page. The default

123