• Home
  • Raw
  • Download

Lines Matching defs:cache

43 	struct cache *cache;  member
117 struct cache { struct
118 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
119 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
120 int type; /* split cache disambiguation */ argument
122 struct list_head list; /* global list of cache objects */ argument
123 struct cache *next_local; /* next cache of >= level */ argument
138 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
143 static void cache_init(struct cache *cache, int type, int level, in cache_init()
155 struct cache *cache; in new_cache() local
164 static void release_cache_debugcheck(struct cache *cache) in release_cache_debugcheck()
177 static void release_cache(struct cache *cache) in release_cache()
191 static void cache_cpu_set(struct cache *cache, int cpu) in cache_cpu_set()
205 static int cache_size(const struct cache *cache, unsigned int *ret) in cache_size()
220 static int cache_size_kb(const struct cache *cache, unsigned int *ret) in cache_size_kb()
232 static int cache_get_line_size(const struct cache *cache, unsigned int *ret) in cache_get_line_size()
255 static int cache_nr_sets(const struct cache *cache, unsigned int *ret) in cache_nr_sets()
270 static int cache_associativity(const struct cache *cache, unsigned int *ret) in cache_associativity()
302 static struct cache *cache_find_first_sibling(struct cache *cache) in cache_find_first_sibling()
320 struct cache *cache = NULL; in cache_lookup_by_node() local
388 struct cache *cache; in cache_do_one_devnode() local
401 struct cache *cache; in cache_lookup_or_instantiate() local
426 static void do_subsidiary_caches_debugcheck(struct cache *cache) in do_subsidiary_caches_debugcheck()
432 static void do_subsidiary_caches(struct cache *cache) in do_subsidiary_caches()
542 struct cache *cache; in size_show() local
559 struct cache *cache; in line_size_show() local
575 struct cache *cache; in nr_sets_show() local
591 struct cache *cache; in associativity_show() local
606 struct cache *cache; in type_show() local
619 struct cache *cache; in level_show() local
633 struct cache *cache; in shared_cpu_map_show() local
687 struct cache *cache; in cacheinfo_create_index_opt_attrs() local
726 static void cacheinfo_create_index_dir(struct cache *cache, int index, in cacheinfo_create_index_dir()
757 struct cache *cache; in cacheinfo_sysfs_populate() local
774 struct cache *cache; in cacheinfo_cpu_online() local
791 struct cache *cache; in cache_lookup_by_cpu() local
831 static void cache_cpu_clear(struct cache *cache, int cpu) in cache_cpu_clear()
855 struct cache *cache; in cacheinfo_cpu_offline() local