Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dgcc_4_7.c209 unsigned int ct_idx; in gcov_info_reset() local
214 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()
215 if (!counter_active(info, ct_idx)) in gcov_info_reset()
249 unsigned int ct_idx; in gcov_info_add() local
256 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()
257 if (!counter_active(src, ct_idx)) in gcov_info_add()
283 unsigned int ct_idx; /* counter type idx */ in gcov_info_dup() local
318 for (ct_idx = 0; ct_idx < active; ct_idx++) { in gcov_info_dup()
349 unsigned int ct_idx; in gcov_info_free() local
363 for (ct_idx = 0; ct_idx < active; ct_idx++, ci_ptr++) in gcov_info_free()
[all …]
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcacheinfo.c77 int ct_idx; in cache_size() local
79 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_size()
80 propname = cache_type_info[ct_idx].size_prop; in cache_size()
89 int i, lim, ct_idx; in cache_get_line_size() local
91 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()
92 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()
99 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()
111 int ct_idx; in cache_nr_sets() local
113 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()
114 propname = cache_type_info[ct_idx].nr_sets_prop; in cache_nr_sets()