/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_epd.h | 136 struct file *anon; member 167 epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); in scif_anon_inode_getfile() 168 if (IS_ERR(epd->anon)) in scif_anon_inode_getfile() 169 return PTR_ERR(epd->anon); in scif_anon_inode_getfile() 175 if (epd->anon) { in scif_anon_inode_fput() 176 fput(epd->anon); in scif_anon_inode_fput() 177 epd->anon = NULL; in scif_anon_inode_fput()
|
D | scif_api.c | 1401 mask = __scif_pollfd(ufds[i].epd->anon, in scif_poll()
|
/Linux-v4.19/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() 1566 unsigned long anon; member 1599 md->anon += nr_pages; in gather_stats() 1776 if (md->anon) in show_numa_map() 1777 seq_printf(m, " anon=%lu", md->anon); in show_numa_map() 1782 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | charon.dts | 19 model = "anon,charon"; 20 compatible = "anon,charon";
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | run_vmtests | 110 ./userfaultfd anon 128 32
|
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 89 long anon, current; in alloc_anon_50M_check() local 103 anon = cg_read_key_long(cgroup, "memory.stat", "anon "); in alloc_anon_50M_check() 104 if (anon < 0) in alloc_anon_50M_check() 107 if (!values_close(anon, current, 3)) in alloc_anon_50M_check()
|
/Linux-v4.19/tools/perf/util/ |
D | map.c | 154 int anon, no_dso, vdso, android; in map__new() local 157 anon = is_anon_memory(filename, flags); in map__new() 169 if ((anon || no_dso) && nsi && (prot & PROT_EXEC)) { in map__new() 201 if (anon || no_dso) { in map__new()
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memory.txt | 169 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 484 anon page(RSS) or cache page(Page Cache) to the cgroup. 489 writeback - # of bytes of file/anon cache that are queued for syncing to 569 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 577 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 578 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 581 The "total" count is sum of file + anon + unevictable.
|
/Linux-v4.19/arch/mips/include/asm/ |
D | sgiarcs.h | 71 net_peripheral, misc_peripheral, anon enumerator
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 551 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4 553 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 554 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 555 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4 558 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4 559 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 560 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4 561 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4 562 7f4dc10b4000 default anon=2 dirty=2 active=1 N3=2 kernelpagesize_kB=4 563 7f4dc1200000 default file=/anon_hugepage\040(deleted) huge anon=1 dirty=1 N3=1 kernelpagesize_kB=20… [all …]
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | pagemap.rst | 25 * Bit 61 page is file-page or shared-anon (since 3.5)
|
/Linux-v4.19/mm/ |
D | vmscan.c | 2294 unsigned long anon, file; in get_scan_count() local 2404 anon = lruvec_lru_size(lruvec, LRU_ACTIVE_ANON, MAX_NR_ZONES) + in get_scan_count() 2410 if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { in get_scan_count()
|
D | memcontrol.c | 4788 bool anon; in mem_cgroup_move_account() local 4806 anon = PageAnon(page); in mem_cgroup_move_account() 4810 if (!anon && page_mapped(page)) { in mem_cgroup_move_account() 4820 if (!anon && PageDirty(page)) { in mem_cgroup_move_account()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-config.txt | 462 # Samples: 7K of event 'anon group { ref-cycles, cycles }'
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 653 bool "Debug the global anon/private NOMMU mapping region tree"
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1147 anon
|