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

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c336 static hrtime_t prev_set_tick = 0; /* gethrtime() prior to tod_set() */ variable
2131 * tod_validate() can use these values, prev_set_tick and prev_set_tod,
2144 prev_set_tick = gethrtime();
2231 * those values, prev_set_tod and prev_set_tick, to validate
2235 prev_tick = prev_set_tick;

Completed in 172 milliseconds