Searched refs:tsc_last (Results 1 – 4 of 4) sorted by relevance
171 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 …]
75 hrtime_t tsc, hrt, tsc_last; in __cp_gethrtime() local95 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()
25 hrtime_t tsc_last;58 DGDEF2(tsc_last, 8)
78 extern hrtime_t tsc_last;