Searched refs:ftmp (Results 1 – 2 of 2) sorted by relevance
273 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local277 ftmp = opps->freq; in ve_spc_round_performance()278 if (ftmp >= freq) { in ve_spc_round_performance()279 if (ftmp <= fmax) in ve_spc_round_performance()280 fmax = ftmp; in ve_spc_round_performance()282 if (ftmp >= fmin) in ve_spc_round_performance()283 fmin = ftmp; in ve_spc_round_performance()
1132 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local1148 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()
Completed in 7 milliseconds