Searched refs:fi_idx (Results 1 – 1 of 1) sorted by relevance
210 unsigned int fi_idx; in gcov_info_reset() local213 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()214 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()250 unsigned int fi_idx; in gcov_info_add() local254 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()255 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()256 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()284 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local310 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()311 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()[all …]