/Linux-v5.4/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 91 [1] PTR '(anon)' type_id=2 96 [4] PTR '(anon)' type_id=5 144 [1] PTR '(anon)' type_id=2 156 [5] CONST '(anon)' type_id=6 159 [8] ARRAY '(anon)' type_id=7 index_type_id=9 nr_elems=16 161 [10] RESTRICT '(anon)' type_id=11 162 [11] PTR '(anon)' type_id=12 163 [12] CONST '(anon)' type_id=13 168 [15] PTR '(anon)' type_id=16 169 [16] VOLATILE '(anon)' type_id=17 [all …]
|
/Linux-v5.4/drivers/misc/mic/scif/ |
D | scif_epd.h | 127 struct file *anon; member 158 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile() 160 return PTR_ERR_OR_ZERO(epd->anon); in scif_anon_inode_getfile() 165 if (epd->anon) { in scif_anon_inode_fput() 166 fput(epd->anon); in scif_anon_inode_fput() 167 epd->anon = NULL; in scif_anon_inode_fput()
|
D | scif_api.c | 1392 mask = __scif_pollfd(ufds[i].epd->anon, in scif_poll()
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | charon.dts | 15 model = "anon,charon"; 16 compatible = "anon,charon";
|
/Linux-v5.4/fs/proc/ |
D | task_mmu.c | 32 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local 35 anon = get_mm_counter(mm, MM_ANONPAGES); in task_mem() 49 hiwater_rss = total_rss = anon + file + shmem; in task_mem() 65 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem() 1653 unsigned long anon; member 1686 md->anon += nr_pages; in gather_stats() 1862 if (md->anon) in show_numa_map() 1863 seq_printf(m, " anon=%lu", md->anon); in show_numa_map() 1868 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 13 the sum of the Pss field of each type (anon, file, shmem).
|
/Linux-v5.4/tools/testing/selftests/vm/ |
D | run_vmtests | 110 ./userfaultfd anon 128 32
|
/Linux-v5.4/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 93 long anon, current; in alloc_anon_50M_check() local 107 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check() 108 if (anon < 0) in alloc_anon_50M_check() 111 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
|
/Linux-v5.4/tools/perf/util/ |
D | map.c | 160 int anon, no_dso, vdso, android; in map__new() local 163 anon = is_anon_memory(filename, flags); in map__new() 175 if ((anon || no_dso) && nsi && (prot & PROT_EXEC)) { in map__new() 207 if (anon || no_dso) { in map__new()
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 189 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 553 anon page(RSS) or cache page(Page Cache) to the cgroup. 558 writeback # of bytes of file/anon cache that are queued for syncing to 652 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 660 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 661 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 664 The "total" count is sum of file + anon + unevictable.
|
/Linux-v5.4/arch/mips/include/asm/ |
D | sgiarcs.h | 71 net_peripheral, misc_peripheral, anon enumerator
|
/Linux-v5.4/Documentation/filesystems/ |
D | proc.txt | 553 mapping identifies the type (anon, file, or shmem) of all pages it contains. 592 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4 594 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 595 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 596 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4 599 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4 600 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 601 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4 602 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4 603 7f4dc10b4000 default anon=2 dirty=2 active=1 N3=2 kernelpagesize_kB=4 [all …]
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 25 * Bit 61 page is file-page or shared-anon (since 3.5)
|
/Linux-v5.4/mm/ |
D | vmscan.c | 2315 unsigned long anon, file; in get_scan_count() local 2425 anon = lruvec_lru_size(lruvec, LRU_ACTIVE_ANON, MAX_NR_ZONES) + in get_scan_count() 2431 if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { in get_scan_count()
|
D | memcontrol.c | 5437 bool anon; in mem_cgroup_move_account() local 5455 anon = PageAnon(page); in mem_cgroup_move_account() 5463 if (!anon && page_mapped(page)) { in mem_cgroup_move_account() 5473 if (!anon && PageDirty(page)) { in mem_cgroup_move_account()
|
/Linux-v5.4/fs/ |
D | namespace.c | 3177 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns, bool anon) in alloc_mnt_ns() argument 3192 if (!anon) { in alloc_mnt_ns() 3201 if (!anon) in alloc_mnt_ns()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-config.txt | 476 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
|
/Linux-v5.4/lib/ |
D | Kconfig.debug | 677 bool "Debug the global anon/private NOMMU mapping region tree"
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1251 anon
|