Lines Matching refs:ct_idx
144 int ct_idx;
146 ct_idx = get_cacheinfo_idx(this_leaf->type);
147 propname = cache_type_info[ct_idx].size_prop;
156 int i, lim, ct_idx;
158 ct_idx = get_cacheinfo_idx(this_leaf->type);
159 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props);
166 propname = cache_type_info[ct_idx].line_size_props[i];
178 int ct_idx;
180 ct_idx = get_cacheinfo_idx(this_leaf->type);
181 propname = cache_type_info[ct_idx].nr_sets_prop;