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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcacheinfo.c49 struct cache_type_info { struct
64 /* These are used to index the cache_type_info array. */
69 static const struct cache_type_info cache_type_info[] = { variable in typeref:struct:cache_type_info
131 return cache_type_info[cache->type].name;
200 propname = cache_type_info[cache->type].size_prop;
227 lim = ARRAY_SIZE(cache_type_info[cache->type].line_size_props);
232 propname = cache_type_info[cache->type].line_size_props[i];
250 propname = cache_type_info[cache->type].nr_sets_prop;

Completed in 100 milliseconds