Searched refs:anonymous (Results 1 – 25 of 55) sorted by relevance
123
/Linux-v4.19/Documentation/vm/ |
D | active_mm.rst | 26 - 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 …]
|
D | transhuge.rst | 140 For anonymous pages PageDoubleMap() also indicates ->_mapcount in all 149 For anonymous pages, we set PG_double_map when a PMD of the page got split 166 page->_mapcount of anonymous pages. File pages just got unmapped.
|
D | overcommit-accounting.rst | 62 For an anonymous or ``/dev/zero`` map
|
D | hmm.rst | 36 driver and regular application memory (private anonymous, shared memory, or 363 anonymous if device page is used for anonymous, file if device page is used for
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | a3m071.dts | 23 model = "anonymous,a3m071"; 24 compatible = "anonymous,a3m071"; 132 compatible = "anonymous,a3m071-fpga";
|
D | a4m072.dts | 24 model = "anonymous,a4m072"; 25 compatible = "anonymous,a4m072";
|
/Linux-v4.19/Documentation/doc-guide/ |
D | kernel-doc.rst | 232 * @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-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 263 * @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-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-swap | 12 will be used for swappable anonymous pages mapped in a
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 57 This is set when anonymous dentries are created, and cleared when a 79 c/ Helper routines to allocate anonymous dentries, and to help attach 83 If it doesn't, a new anonymous (IS_ROOT and 89 (such as an anonymous one created by d_obtain_alias), if appropriate.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | transhuge.rst | 17 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 258 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or 281 The number of anonymous transparent huge pages currently used by the 283 To identify what applications are using anonymous transparent huge pages,
|
D | concepts.rst | 146 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.
|
D | numa_memory_policy.rst | 92 * VMA policy applies ONLY to anonymous pages. These include 93 pages allocated for anonymous segments, such as the task 99 an anonymous page is allocated on an attempt to write to the 228 For allocation of anonymous pages and shared memory pages,
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 115 (#) 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
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-v4l2-mplane.rst | 79 - (anonymous)
|
D | vidioc-dbg-g-chip-info.rst | 93 - (anonymous)
|
D | vidioc-dbg-g-register.rst | 102 - (anonymous)
|
D | vidioc-g-ext-ctrls.rst | 142 - (anonymous) 196 - (anonymous)
|
D | pixfmt-v4l2.rst | 122 - (anonymous)
|
D | vidioc-decoder-cmd.rst | 85 - (anonymous)
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memory.txt | 41 - accounting anonymous pages, file caches, swap caches usage and limiting them. 416 2. The user is using anonymous memory and swap is turned off or too low 478 rss - # of bytes of anonymous and swap cache memory (includes 480 rss_huge - # of bytes of anonymous transparent hugepages. 491 inactive_anon - # of bytes of anonymous and swap cache memory on inactive 493 active_anon - # of bytes of anonymous and swap cache memory on active 524 Only anonymous and swap cache memory is listed as part of 'rss' stat. 695 0 | A charge of an anonymous page (or swap of it) used by the target task. 700 | anonymous pages, file pages (and swaps) in the range mmapped by the task
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 245 RssAnon size of resident anonymous memory 248 mapping of tmpfs and shared anonymous mappings) 254 VmSwap amount of swap used by anonymous private data 402 or if empty, the mapping is anonymous. 446 a mapping associated with a file may contain anonymous pages: when MAP_PRIVATE 447 and a page is modified, the file page is replaced by a private anonymous copy. 459 "Swap" shows how much would-be-anonymous memory is also used, but out on swap. 523 To clear the bits for the anonymous pages associated with the process 1644 When a process is dumped, all anonymous memory is written to a core file as 1656 - (bit 0) anonymous private memory [all …]
|
/Linux-v4.19/Documentation/input/ |
D | multi-touch-protocol.rst | 20 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-v4.19/Documentation/core-api/ |
D | cachetlb.rst | 264 These two routines store data in user anonymous or COW 356 When the kernel needs to access the contents of an anonymous 359 doesn't work for an anonymous page. The default
|
/Linux-v4.19/fs/proc/ |
D | task_mmu.c | 412 unsigned long anonymous; member 432 mss->anonymous += size; in smaps_account() 758 SEQ_PUT_DEC(" kB\nAnonymous: ", mss->anonymous); in __show_smap()
|
123