Searched refs:tmp_freq (Results 1 – 1 of 1) sorted by relevance
233 uint64_t tmp_freq, tsc1, tsc2; in probe_tsc_freq() local292 if (tsc_freq_cpuid(&tmp_freq)) in probe_tsc_freq()293 tsc_freq = tmp_freq; in probe_tsc_freq()315 if (tsc_freq_cpuid(&tmp_freq) && qabs(tsc_freq - tmp_freq) > in probe_tsc_freq()316 uqmin(tsc_freq, tmp_freq)) { in probe_tsc_freq()325 (uintmax_t)tmp_freq, in probe_tsc_freq()329 tsc_freq = tmp_freq; in probe_tsc_freq()