Home
last modified time | relevance | path

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

/fs/proc/
Dtask_mmu.c32 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()
1715 unsigned long anon; member
1748 md->anon += nr_pages; in gather_stats()
1924 if (md->anon) in show_numa_map()
1925 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()
1930 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
/fs/
Dnamespace.c3207 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns, bool anon) in alloc_mnt_ns() argument
3222 if (!anon) { in alloc_mnt_ns()
3231 if (!anon) in alloc_mnt_ns()