Searched refs:ftmp (Results 1 – 2 of 2) sorted by relevance
279 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local283 ftmp = opps->freq; in ve_spc_round_performance()284 if (ftmp >= freq) { in ve_spc_round_performance()285 if (ftmp <= fmax) in ve_spc_round_performance()286 fmax = ftmp; in ve_spc_round_performance()288 if (ftmp >= fmin) in ve_spc_round_performance()289 fmin = ftmp; in ve_spc_round_performance()
1136 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local1152 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()