Searched refs:HZ (Results 1 – 6 of 6) sorted by relevance
1098 u64 lapse_ns = 1000000000ULL / HZ; in wait_tick_pvh()1131 const int LOOPS = HZ/10; in calibrate_APIC_clock()1181 ((long)(t2 - t1) / LOOPS) / (1000000 / HZ), in calibrate_APIC_clock()1182 ((long)(t2 - t1) / LOOPS) % (1000000 / HZ)); in calibrate_APIC_clock()1185 result / (1000000 / HZ), result % (1000000 / HZ)); in calibrate_APIC_clock()1188 bus_freq = result*HZ; in calibrate_APIC_clock()
37 static unsigned int nmi_hz = HZ;
237 #define LATCH (((CLOCK_TICK_RATE)+(HZ/2))/HZ) in preinit_pit()
1492 mdelay((10 * 1000) / HZ); in timer_irq_works()
46 #define HZ 100 macro
1869 (kernel and user) at a fixed 1GHz rate, regardless of the pCPU HZ rate or1908 frequency (HZ) values. The default is true (1).
Completed in 18 milliseconds