Searched refs:fi_idx (Results 1 – 1 of 1) sorted by relevance
205 unsigned int fi_idx; in gcov_info_reset() local208 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()209 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()245 unsigned int fi_idx; in gcov_info_add() local249 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()250 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()251 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()279 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local305 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()306 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()[all …]