Lines Matching defs:cache

44 	struct cache *cache;  member
108 struct cache { struct
109 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
110 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
111 int type; /* split cache disambiguation */ argument
113 struct list_head list; /* global list of cache objects */ argument
114 struct cache *next_local; /* next cache of >= level */ argument
129 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
134 static void __cpuinit cache_init(struct cache *cache, int type, int level, struct device_node *ofno… in cache_init()
145 struct cache *cache; in new_cache() local
154 static void release_cache_debugcheck(struct cache *cache) in release_cache_debugcheck()
167 static void release_cache(struct cache *cache) in release_cache()
181 static void cache_cpu_set(struct cache *cache, int cpu) in cache_cpu_set()
195 static int cache_size(const struct cache *cache, unsigned int *ret) in cache_size()
210 static int cache_size_kb(const struct cache *cache, unsigned int *ret) in cache_size_kb()
222 static int cache_get_line_size(const struct cache *cache, unsigned int *ret) in cache_get_line_size()
245 static int cache_nr_sets(const struct cache *cache, unsigned int *ret) in cache_nr_sets()
260 static int cache_associativity(const struct cache *cache, unsigned int *ret) in cache_associativity()
292 static struct cache *cache_find_first_sibling(struct cache *cache) in cache_find_first_sibling()
309 struct cache *cache = NULL; in cache_lookup_by_node() local
329 struct cache *cache; in cache_do_one_devnode_unified() local
362 struct cache *cache; in cache_do_one_devnode() local
374 struct cache *cache; in cache_lookup_or_instantiate() local
399 static void __cpuinit do_subsidiary_caches_debugcheck(struct cache *cache) in do_subsidiary_caches_debugcheck()
405 static void __cpuinit do_subsidiary_caches(struct cache *cache) in do_subsidiary_caches()
515 struct cache *cache; in size_show() local
532 struct cache *cache; in line_size_show() local
548 struct cache *cache; in nr_sets_show() local
564 struct cache *cache; in associativity_show() local
579 struct cache *cache; in type_show() local
592 struct cache *cache; in level_show() local
606 struct cache *cache; in shared_cpu_map_show() local
660 struct cache *cache; in cacheinfo_create_index_opt_attrs() local
699 static void __cpuinit cacheinfo_create_index_dir(struct cache *cache, int index, struct cache_dir *… in cacheinfo_create_index_dir()
728 struct cache *cache; in cacheinfo_sysfs_populate() local
745 struct cache *cache; in cacheinfo_cpu_online() local
759 struct cache *cache; in cache_lookup_by_cpu() local
796 static void cache_cpu_clear(struct cache *cache, int cpu) in cache_cpu_clear()
820 struct cache *cache; in cacheinfo_cpu_offline() local