Searched refs:anon (Results 1 – 2 of 2) sorted by relevance
/fs/proc/ |
D | task_mmu.c | 26 unsigned long text, lib, swap, ptes, pmds, anon, file, shmem; in task_mem() local 29 anon = get_mm_counter(mm, MM_ANONPAGES); in task_mem() 43 hiwater_rss = total_rss = anon + file + shmem; in task_mem() 75 anon << (PAGE_SHIFT-10), in task_mem() 1533 unsigned long anon; member 1566 md->anon += nr_pages; in gather_stats() 1742 if (md->anon) in show_numa_map() 1743 seq_printf(m, " anon=%lu", md->anon); in show_numa_map() 1748 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
|
/fs/ |
D | dcache.c | 1617 static const struct qstr anon = QSTR_INIT("/", 1); in __d_alloc() local 1618 name = &anon; in __d_alloc()
|