Home
last modified time | relevance | path

Searched refs:anon (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/arch/powerpc/boot/dts/
Dcharon.dts19 model = "anon,charon";
20 compatible = "anon,charon";
/linux-4.1.27/tools/perf/util/
Dmap.c152 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/
Dtask_mmu.c1348 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/
Dmemory.txt169 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/
Dsgiarcs.h71 net_peripheral, misc_peripheral, anon enumerator
/linux-4.1.27/Documentation/filesystems/
Dproc.txt518 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/
Dpagemap.txt20 * Bit 61 page is file-page or shared-anon
/linux-4.1.27/mm/
Dvmscan.c1926 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()
Dmemory.c2793 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/
Dmm.h618 struct page *page, pte_t *pte, bool write, bool anon);
/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt393 dma_buf files share the same anon inode, hence the exporter needs to replace
/linux-4.1.27/lib/
DKconfig.debug583 bool "Debug the global anon/private NOMMU mapping region tree"