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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimekeeping.c336 s64 tick_error, i; local
358 tick_error = current_tick_length() >>
360 tick_error -= clock->xtime_interval >> 1;
361 error = ((error - tick_error) >> look_ahead) + tick_error;

Completed in 35 milliseconds