Searched refs:sys_tick (Results 1 – 8 of 8) sorted by relevance
77 double sys_tick = 0; /* tick size or time to read (s) */ variable162 ticks = (long)((tsp->tv_nsec * 1e-9) / sys_tick); in get_ostime()163 tsp->tv_nsec = (long)(ticks * 1e9 * sys_tick); in get_ostime()327 if (sys_tick > sys_fuzz) in adj_systime()328 quant = sys_tick; in adj_systime()
3438 if (sys_tick > measured_tick &&3439 sys_tick > 1e-9) {3440 ticks = (unsigned long)(nts.l_uf / (unsigned long)(sys_tick * FRAC));3441 nts.l_uf = (unsigned long)(ticks * (unsigned long)(sys_tick * FRAC));3453 if (sys_tick > measured_tick &&3454 sys_tick > 1e-9) {3456 sys_tick);3458 sys_tick);3471 if (sys_tick > measured_tick &&3472 sys_tick > 1e-6) {[all …]
572 ticks = (long)(dtemp / sys_tick + .5);573 adjtv.tv_usec = (long)(ticks * sys_tick * 1e6);
5211 sys_tick * 1e6, sys_precision); in measure_precision()5212 if (sys_fuzz < sys_tick) { in measure_precision()5299 sys_tick = tick; in set_sys_tick_precision()
299 extern double sys_tick; /* tick size or time to read */
3537 affected bits "below" sys_tick, the precision threshold)7303 affected bits "below" sys_tick, the precision threshold)
2115 * [Bug 2015] Overriding sys_tick should recalculate sys_precision.
115188 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115194 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115200 move sys_tick override from proto_config() to loop_config()115203 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115209 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115212 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115225 [Bug 2015] Overriding sys_tick should recalculate sys_precision.115228 move sys_tick override from proto_config() to loop_config()115237 [Bug 2015] Overriding sys_tick should recalculate sys_precision.