Home
last modified time | relevance | path

Searched refs:ct_idx (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/gcov/
H A Dgcc_4_7.c211 unsigned int ct_idx; in gcov_info_reset() local
216 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()
217 if (!counter_active(info, ct_idx)) in gcov_info_reset()
251 unsigned int ct_idx; in gcov_info_add() local
258 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()
259 if (!counter_active(src, ct_idx)) in gcov_info_add()
285 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local
319 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()
350 unsigned int ct_idx; in gcov_info_free() local
364 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()
[all …]
/linux/drivers/base/
H A Dcacheinfo.c144 int ct_idx; in cache_get_line_size()
146 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()
147 propname = cache_type_info[ct_idx].size_prop; in cache_get_line_size()
156 int i, lim, ct_idx; in cache_nr_sets()
158 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()
159 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_nr_sets() local
166 propname = cache_type_info[ct_idx].line_size_props[i];
178 int ct_idx; in cache_associativity()
180 ct_idx = get_cacheinfo_idx(this_leaf->type);
181 propname = cache_type_info[ct_idx]
125 int ct_idx; cache_size() local
137 int i, lim, ct_idx; cache_get_line_size() local
[all...]