Searched refs:cache_types (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/base/regmap/
H A Dregcache.c22 static const struct regcache_ops *cache_types[] = { variable in typeref:struct:regcache_ops
112 for (i = 0; i < ARRAY_SIZE(cache_types); i++) regcache_init()
113 if (cache_types[i]->type == map->cache_type) regcache_init()
116 if (i == ARRAY_SIZE(cache_types)) { regcache_init()
129 map->cache_ops = cache_types[i]; regcache_init()
/linux-4.1.27/arch/ia64/kernel/
H A Dtopology.c110 static const char *cache_types[] = { variable
231 return sprintf(buf, "%s\n", cache_types[type]); show_type()
H A Dpalinfo.c58 static const char *cache_types[] = { variable
236 cache_types[j+cci.pcci_unified], i+1, cache_info()
391 cache_types[j+tc_info.tc_unified], i+1, vm_info()

Completed in 357 milliseconds