Home | History | Annotate | Download | only in base

Lines Matching defs:hz

395   // SMP, APIC, or APM support.  hz should be 64-bit in freebsd 7.0
397 // wrong answer on machines faster than 2^32 Hz). See
406 uint64_t hz = 0;
408 unsigned int hz = 0;
410 size_t sz = sizeof(hz);
412 if ( sysctlbyname(sysctl_path, &hz, &sz, NULL, 0) != 0 ) {
417 cpuinfo_cycles_per_second = hz;