Searched refs:cpu_mhz (Results 1 – 1 of 1) sorted by relevance
1405 uint64_t cpu_mhz; in machhztomhz() local1408 cpu_mhz = (cpu_freq_hz + (MEGA_HZ / 2)) / MEGA_HZ; in machhztomhz()1410 if (cpu_mhz > INT_MAX) in machhztomhz()1413 return ((int)cpu_mhz); in machhztomhz()