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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c235 tsc_gethrtime_delta(void) function
313 if (gethrtimef == tsc_gethrtime_delta)
362 if (gethrtimef == tsc_gethrtime_delta)
438 * Similarly to tsc_gethrtime_delta, we need to disable preemption
456 * point to tsc_gethrtime_delta(). Calculating skews is precise only when
547 gethrtimef = tsc_gethrtime_delta;
629 if (gethrtimef == tsc_gethrtime_delta)
727 gethrtimef = tsc_gethrtime_delta;

Completed in 45 milliseconds