Searched refs:fi_idx (Results 1 – 1 of 1) sorted by relevance
201 unsigned int fi_idx; in gcov_info_reset() local204 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_reset()205 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset()241 unsigned int fi_idx; in gcov_info_add() local245 for (fi_idx = 0; fi_idx < src->n_functions; fi_idx++) { in gcov_info_add()246 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add()247 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add()275 unsigned int fi_idx; /* function info idx */ in gcov_info_dup() local301 for (fi_idx = 0; fi_idx < info->n_functions; fi_idx++) { in gcov_info_dup()302 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup()[all …]