Lines Matching defs:cache

44 	struct cache *cache;  member
118 struct cache { struct
119 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
120 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
121 int type; /* split cache disambiguation */ argument
123 struct list_head list; /* global list of cache objects */ argument
124 struct cache *next_local; /* next cache of >= level */ argument
139 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
144 static void cache_init(struct cache *cache, int type, int level, in cache_init()
156 struct cache *cache; in new_cache() local
165 static void release_cache_debugcheck(struct cache *cache) in release_cache_debugcheck()
178 static void release_cache(struct cache *cache) in release_cache()
192 static void cache_cpu_set(struct cache *cache, int cpu) in cache_cpu_set()
206 static int cache_size(const struct cache *cache, unsigned int *ret) in cache_size()
221 static int cache_size_kb(const struct cache *cache, unsigned int *ret) in cache_size_kb()
233 static int cache_get_line_size(const struct cache *cache, unsigned int *ret) in cache_get_line_size()
256 static int cache_nr_sets(const struct cache *cache, unsigned int *ret) in cache_nr_sets()
271 static int cache_associativity(const struct cache *cache, unsigned int *ret) in cache_associativity()
303 static struct cache *cache_find_first_sibling(struct cache *cache) in cache_find_first_sibling()
321 struct cache *cache = NULL; in cache_lookup_by_node() local
387 struct cache *cache; in cache_do_one_devnode() local
400 struct cache *cache; in cache_lookup_or_instantiate() local
434 static void do_subsidiary_caches_debugcheck(struct cache *cache) in do_subsidiary_caches_debugcheck()
446 static void do_subsidiary_caches(struct cache *cache) in do_subsidiary_caches()
556 struct cache *cache; in size_show() local
573 struct cache *cache; in line_size_show() local
589 struct cache *cache; in nr_sets_show() local
605 struct cache *cache; in associativity_show() local
620 struct cache *cache; in type_show() local
633 struct cache *cache; in level_show() local
659 static const struct cpumask *get_big_core_shared_cpu_map(int cpu, struct cache *cache) in get_big_core_shared_cpu_map()
671 struct cache *cache; in show_shared_cpumap() local
739 struct cache *cache; in cacheinfo_create_index_opt_attrs() local
777 static void cacheinfo_create_index_dir(struct cache *cache, int index, in cacheinfo_create_index_dir()
806 struct cache *cache; in cacheinfo_sysfs_populate() local
823 struct cache *cache; in cacheinfo_cpu_online() local
840 struct cache *cache; in cache_lookup_by_cpu() local
880 static void cache_cpu_clear(struct cache *cache, int cpu) in cache_cpu_clear()
904 struct cache *cache; in cacheinfo_cpu_offline() local