Searched refs:DELAY_CALIBRATION_TICKS (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/init/
H A Dcalibrate.c31 #define DELAY_CALIBRATION_TICKS ((HZ < 100) ? 1 : (HZ/100)) macro
82 DELAY_CALIBRATION_TICKS)) { calibrate_delay_direct()
89 DELAY_CALIBRATION_TICKS; calibrate_delay_direct()
91 DELAY_CALIBRATION_TICKS; calibrate_delay_direct()

Completed in 50 milliseconds