Home
last modified time | relevance | path

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

/linux-2.6.39/fs/
Ddcache.c2345 static void __d_materialise_dentry(struct dentry *dentry, struct dentry *anon) in __d_materialise_dentry() argument
2349 dentry_lock_for_move(anon, dentry); in __d_materialise_dentry()
2352 write_seqcount_begin(&anon->d_seq); in __d_materialise_dentry()
2355 aparent = anon->d_parent; in __d_materialise_dentry()
2357 switch_names(dentry, anon); in __d_materialise_dentry()
2358 swap(dentry->d_name.hash, anon->d_name.hash); in __d_materialise_dentry()
2360 dentry->d_parent = (aparent == anon) ? dentry : aparent; in __d_materialise_dentry()
2367 anon->d_parent = (dparent == dentry) ? anon : dparent; in __d_materialise_dentry()
2368 list_del(&anon->d_u.d_child); in __d_materialise_dentry()
2369 if (!IS_ROOT(anon)) in __d_materialise_dentry()
[all …]
/linux-2.6.39/tools/perf/util/
Dmap.c45 int anon; in map__new() local
47 anon = is_anon_memory(filename); in map__new()
49 if (anon) { in map__new()
60 if (anon) { in map__new()
/linux-2.6.39/mm/
Dmempolicy.c2535 unsigned long anon; member
2563 md->anon++; in gather_stats()
2656 if (md->anon) in show_numa_map()
2657 seq_printf(m," anon=%lu",md->anon); in show_numa_map()
2662 if (md->pages != md->anon && md->pages != md->dirty) in show_numa_map()
Dmemory.c3072 int anon = 0; in __do_fault() local
3110 anon = 1; in __do_fault()
3179 if (anon) { in __do_fault()
3197 if (anon) in __do_fault()
3200 anon = 1; /* no anon but release faulted_page */ in __do_fault()
3226 if (anon) in __do_fault()
Dvmscan.c1733 unsigned long anon, file, free; in get_scan_count() local
1750 anon = zone_nr_lru_pages(zone, sc, LRU_ACTIVE_ANON) + in get_scan_count()
1786 if (unlikely(reclaim_stat->recent_scanned[0] > anon / 4)) { in get_scan_count()
/linux-2.6.39/arch/mips/include/asm/
Dsgiarcs.h71 net_peripheral, misc_peripheral, anon enumerator
/linux-2.6.39/Documentation/cgroups/
Dmemory.txt152 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
/linux-2.6.39/lib/
DKconfig.debug727 bool "Debug the global anon/private NOMMU mapping region tree"