Searched defs:prev_tick (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c2133 * tod_validate() will use prev_tick and prev_tod for this task but these
2177 static hrtime_t prev_tick = 0; local
2205 prev_tick = tick;
2223 * tod_get(), we can validate using prev_tod and prev_tick.
2235 prev_tick = prev_set_tick;
2295 diff_tick = tick - prev_tick;
2310 * Make sure we don't update prev_tick
2388 prev_tick = tick;

Completed in 63 milliseconds