Searched defs:prev_tod (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
2176 static time_t prev_tod = 0; local
2204 prev_tod = tod;
2223 * tod_get(), we can validate using prev_tod and prev_tick.
2234 prev_tod = prev_set_tod;
2283 tod = prev_tod;
2294 diff_tod = tod - prev_tod;
2302 off = (int)(prev_tod - tod);
2387 prev_tod = tod;

Completed in 49 milliseconds