Home
last modified time | relevance | path

Searched refs:ftmp (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-versatile/
A Dspc.c273 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local
277 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()
/arch/sh/kernel/
A Ddwarf.c1132 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local
1148 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()

Completed in 7 milliseconds