Home
last modified time | relevance | path

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

/arch/arm/mach-vexpress/
Dspc.c279 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local
283 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()
/arch/sh/kernel/
Ddwarf.c1136 struct dwarf_fde *fde, *ftmp; in module_dwarf_cleanup() local
1152 list_for_each_entry_safe(fde, ftmp, &mod->arch.fde_list, link) { in module_dwarf_cleanup()