Searched refs:ct_idx (Results 1 – 2 of 2) sorted by relevance
188 unsigned int ct_idx; in gcov_info_reset() local193 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()194 if (!counter_active(info, ct_idx)) in gcov_info_reset()228 unsigned int ct_idx; in gcov_info_add() local235 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()236 if (!counter_active(src, ct_idx)) in gcov_info_add()262 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local297 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()328 unsigned int ct_idx; in gcov_info_free() local342 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()[all …]
77 int ct_idx; in cache_size() local79 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_size()80 propname = cache_type_info[ct_idx].size_prop; in cache_size()90 int i, lim, ct_idx; in cache_get_line_size() local92 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()93 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()100 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()112 int ct_idx; in cache_nr_sets() local114 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()115 propname = cache_type_info[ct_idx].nr_sets_prop; in cache_nr_sets()