Searched refs:FINEUSEC (Results 1 – 2 of 2) sorted by relevance
159 if (time_phase < -FINEUSEC) { in hardclock()164 else if (time_phase > FINEUSEC) { in hardclock()
124 #define FINEUSEC (1L << SHIFT_SCALE) /* 1 us in phase units */ macro