Searched refs:fi_idx (Results 1 – 1 of 1) sorted by relevance
198 unsigned int fi_idx; in gcov_info_reset() local201 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()202 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()238 unsigned int fi_idx; in gcov_info_add() local242 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()243 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()244 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()272 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local298 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()299 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()[all …]