| /linux-4.4.14/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-4.4.14/arch/powerpc/boot/dts/ |
| D | charon.dts | 19 model = "anon,charon"; 20 compatible = "anon,charon";
|
| /linux-4.4.14/tools/perf/util/ |
| D | map.c | 154 int anon, no_dso, vdso, android; in map__new() local 157 anon = is_anon_memory(filename); in map__new() 168 if ((anon || no_dso) && type == MAP__FUNCTION) { in map__new() 189 if (anon || no_dso) { in map__new()
|
| /linux-4.4.14/fs/proc/ |
| D | task_mmu.c | 1374 unsigned long anon; member 1407 md->anon += nr_pages; in gather_stats() 1593 if (md->anon) in show_numa_map() 1594 seq_printf(m, " anon=%lu", md->anon); in show_numa_map() 1599 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | memory.txt | 169 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 492 anon page(RSS) or cache page(Page Cache) to the cgroup. 497 writeback - # of bytes of file/anon cache that are queued for syncing to 577 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 585 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 586 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 589 The "total" count is sum of file + anon + unevictable.
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | sgiarcs.h | 71 net_peripheral, misc_peripheral, anon enumerator
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | proc.txt | 536 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4 538 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 539 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 540 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4 543 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4 544 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 545 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4 546 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4 547 7f4dc10b4000 default anon=2 dirty=2 active=1 N3=2 kernelpagesize_kB=4 548 7f4dc1200000 default file=/anon_hugepage\040(deleted) huge anon=1 dirty=1 N3=1 kernelpagesize_kB=20… [all …]
|
| /linux-4.4.14/Documentation/vm/ |
| D | pagemap.txt | 21 * Bit 61 page is file-page or shared-anon (since 3.5)
|
| /linux-4.4.14/mm/ |
| D | vmscan.c | 1971 unsigned long anon, file; in get_scan_count() local 2078 anon = get_lru_size(lruvec, LRU_ACTIVE_ANON) + in get_scan_count() 2084 if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { in get_scan_count()
|
| D | memcontrol.c | 4553 bool anon; in mem_cgroup_move_account() local 4578 anon = PageAnon(page); in mem_cgroup_move_account() 4582 if (!anon && page_mapped(page)) { in mem_cgroup_move_account() 4594 if (!anon && PageDirty(page)) { in mem_cgroup_move_account()
|
| D | memory.c | 2851 struct page *page, pte_t *pte, bool write, bool anon) in do_set_pte() argument 2859 if (anon) { in do_set_pte()
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | device-drivers.xml.db | 347 API-anon-transport-class-register 348 API-anon-transport-class-unregister
|
| /linux-4.4.14/include/linux/ |
| D | mm.h | 580 struct page *page, pte_t *pte, bool write, bool anon);
|
| /linux-4.4.14/Documentation/ |
| D | dma-buf-sharing.txt | 393 dma_buf files share the same anon inode, hence the exporter needs to replace
|
| /linux-4.4.14/lib/ |
| D | Kconfig.debug | 593 bool "Debug the global anon/private NOMMU mapping region tree"
|