Searched refs:anon (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | charon.dts | 19 model = "anon,charon"; 20 compatible = "anon,charon";
|
/linux-4.1.27/tools/perf/util/ |
D | map.c | 152 int anon, no_dso, vdso, android; in map__new() local 155 anon = is_anon_memory(filename); in map__new() 166 if ((anon || no_dso) && type == MAP__FUNCTION) { in map__new() 187 if (anon || no_dso) { in map__new()
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 1348 unsigned long anon; member 1381 md->anon += nr_pages; in gather_stats() 1539 if (md->anon) in show_numa_map() 1540 seq_printf(m, " anon=%lu", md->anon); in show_numa_map() 1545 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
|
/linux-4.1.27/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. 496 writeback - # of bytes of file/anon cache that are queued for syncing to 576 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 584 anon=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 585 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 588 The "total" count is sum of file + anon + unevictable.
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sgiarcs.h | 71 net_peripheral, misc_peripheral, anon enumerator
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 518 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4 520 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 521 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 522 3206221000 default anon=1 dirty=1 N3=1 kernelpagesize_kB=4 525 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4 526 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4 527 3206b8f000 default anon=3 dirty=3 active=1 N3=3 kernelpagesize_kB=4 528 7f4dc10a2000 default anon=3 dirty=3 N3=3 kernelpagesize_kB=4 529 7f4dc10b4000 default anon=2 dirty=2 active=1 N3=2 kernelpagesize_kB=4 530 7f4dc1200000 default file=/anon_hugepage\040(deleted) huge anon=1 dirty=1 N3=1 kernelpagesize_kB=20… [all …]
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 20 * Bit 61 page is file-page or shared-anon
|
/linux-4.1.27/mm/ |
D | vmscan.c | 1926 unsigned long anon, file; in get_scan_count() local 2033 anon = get_lru_size(lruvec, LRU_ACTIVE_ANON) + in get_scan_count() 2039 if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { in get_scan_count()
|
D | memory.c | 2793 struct page *page, pte_t *pte, bool write, bool anon) in do_set_pte() argument 2801 if (anon) { in do_set_pte()
|
/linux-4.1.27/include/linux/ |
D | mm.h | 618 struct page *page, pte_t *pte, bool write, bool anon);
|
/linux-4.1.27/Documentation/ |
D | dma-buf-sharing.txt | 393 dma_buf files share the same anon inode, hence the exporter needs to replace
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 583 bool "Debug the global anon/private NOMMU mapping region tree"
|