Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dtsc.c233 uint64_t tmp_freq, tsc1, tsc2; in probe_tsc_freq() local
292 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()