Home
last modified time | relevance | path

Searched refs:ct_idx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/gcov/
H A Dgcc_4_7.c214 unsigned int ct_idx; in gcov_info_reset() local
219 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_reset()
220 if (!counter_active(info, ct_idx)) in gcov_info_reset()
254 unsigned int ct_idx; in gcov_info_add() local
261 for (ct_idx = 0; ct_idx < GCOV_COUNTERS; ct_idx++) { in gcov_info_add()
262 if (!counter_active(src, ct_idx)) in gcov_info_add()
288 unsigned int ct_idx; /* counter type idx */ gcov_info_dup() local
354 unsigned int ct_idx; gcov_info_free() local
457 unsigned int ct_idx; convert_to_gcda() local
[all...]
/kernel/linux/linux-6.6/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 */ gcov_info_dup() local
351 unsigned int ct_idx; gcov_info_free() local
389 unsigned int ct_idx; convert_to_gcda() local
[all...]
/kernel/linux/linux-5.10/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] in cache_nr_sets()
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dcacheinfo.c124 int ct_idx; in cache_size() local
126 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_size()
127 propname = cache_type_info[ct_idx].size_prop; in cache_size()
136 int i, lim, ct_idx; in cache_get_line_size() local
138 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_get_line_size()
139 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()
146 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()
158 int ct_idx; in cache_nr_sets() local
160 ct_idx = get_cacheinfo_idx(this_leaf->type); in cache_nr_sets()
161 propname = cache_type_info[ct_idx] in cache_nr_sets()
[all...]

Completed in 3 milliseconds