Home
last modified time | relevance | path

Searched refs:shadow_tsc_last (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c166 static hrtime_t shadow_tsc_last; variable
440 if (tsc >= shadow_tsc_last) in dtrace_gethrtime()
441 tsc -= shadow_tsc_last; in dtrace_gethrtime()
442 else if (tsc >= shadow_tsc_last - 2 * tsc_max_delta) in dtrace_gethrtime()
685 shadow_tsc_last = tsc_last; in tsc_tick()