Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/os/
H A Dtimestamp.c171 DTRACE_PROBE3(tsc__wayback, htrime_t, a, hrtime_t, tsc_last, in tsc_protect()
187 if ((tsc = tsc_read()) >= tsc_last) { in tsc_gethrtime()
197 tsc -= tsc_last; in tsc_gethrtime()
198 } else if (tsc >= tsc_last - 2*tsc_max_delta) { in tsc_gethrtime()
256 if (tsc >= tsc_last) { in tsc_gethrtime_delta()
257 tsc -= tsc_last; in tsc_gethrtime_delta()
258 } else if (tsc >= tsc_last - 2 * tsc_max_delta) { in tsc_gethrtime_delta()
317 if (tsc >= tsc_last) in dtrace_gethrtime()
318 tsc -= tsc_last; in dtrace_gethrtime()
319 else if (tsc >= tsc_last - 2*tsc_max_delta) in dtrace_gethrtime()
[all …]
/titanic_50/usr/src/lib/commpage/common/
H A Dcp_main.c75 hrtime_t tsc, hrt, tsc_last; in __cp_gethrtime() local
95 tsc_last = cp->cp_tsc_last; in __cp_gethrtime()
100 if (tsc >= tsc_last) { in __cp_gethrtime()
101 tsc -= tsc_last; in __cp_gethrtime()
102 } else if (tsc >= tsc_last - (2 * cp->cp_tsc_max_delta)) { in __cp_gethrtime()
/titanic_50/usr/src/uts/i86pc/ml/
H A Dcomm_page.s25 hrtime_t tsc_last;
58 DGDEF2(tsc_last, 8)
/titanic_50/usr/src/uts/i86pc/sys/
H A Dcomm_page.h78 extern hrtime_t tsc_last;