Home
last modified time | relevance | path

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

/Linux-v4.19/init/
Dcalibrate.c32 #define DELAY_CALIBRATION_TICKS ((HZ < 100) ? 1 : (HZ/100)) macro
83 DELAY_CALIBRATION_TICKS)) { in calibrate_delay_direct()
90 DELAY_CALIBRATION_TICKS; in calibrate_delay_direct()
92 DELAY_CALIBRATION_TICKS; in calibrate_delay_direct()