Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mic/scif/
Dscif_epd.h136 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()
Dscif_api.c1401 mask = __scif_pollfd(ufds[i].epd->anon, in scif_poll()
/linux-4.19.296/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()
1605 unsigned long anon; member
1638 md->anon += nr_pages; in gather_stats()
1815 if (md->anon) in show_numa_map()
1816 seq_printf(m, " anon=%lu", md->anon); in show_numa_map()
1821 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
/linux-4.19.296/lib/
DKconfig.debug655 bool "Debug the global anon/private NOMMU mapping region tree"