Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcacheinfo.c122 static LIST_HEAD(cache_list);
140 list_add(&cache->list, &cache_list); in cache_init()
158 list_for_each_entry(iter, &cache_list, list) in release_cache_debugcheck()
299 list_for_each_entry(iter, &cache_list, list) in cache_find_first_sibling()
312 list_for_each_entry(iter, &cache_list, list) { in cache_lookup_by_node()
725 static void __cpuinit cacheinfo_sysfs_populate(unsigned int cpu_id, struct cache *cache_list) in cacheinfo_sysfs_populate() argument
735 cache = cache_list; in cacheinfo_sysfs_populate()