Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/gcov/
Dgcc_4_7.c206 unsigned int ct_idx; in gcov_info_reset() local
211 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()
212 if (!counter_active(info, ct_idx)) in gcov_info_reset()
246 unsigned int ct_idx; in gcov_info_add() local
253 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()
254 if (!counter_active(src, ct_idx)) in gcov_info_add()
280 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local
315 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()
346 unsigned int ct_idx; in gcov_info_free() local
360 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()
[all …]
/Linux-v6.1/drivers/base/
Dcacheinfo.c118 int ct_idx; in cache_size() local
120 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_size()
121 propname = cache_type_info[ct_idx].size_prop; in cache_size()
130 int i, lim, ct_idx; in cache_get_line_size() local
132 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()
133 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()
140 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()
152 int ct_idx; in cache_nr_sets() local
154 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()
155 propname = cache_type_info[ct_idx].nr_sets_prop; in cache_nr_sets()