Searched refs:tsc_last (Results 1 – 4 of 4) sorted by relevance
167 if ((tsc = tsc_read()) >= tsc_last) { in tsc_gethrtime()177 tsc -= tsc_last; in tsc_gethrtime()178 } else if (tsc >= tsc_last - 2*tsc_max_delta) { in tsc_gethrtime()222 if (tsc >= tsc_last) { in tsc_gethrtime_delta()223 tsc -= tsc_last; in tsc_gethrtime_delta()224 } else if (tsc >= tsc_last - 2 * tsc_max_delta) { in tsc_gethrtime_delta()281 if (tsc >= tsc_last) in dtrace_gethrtime()282 tsc -= tsc_last; in dtrace_gethrtime()283 else if (tsc >= tsc_last - 2*tsc_max_delta) in dtrace_gethrtime()576 shadow_tsc_last = tsc_last; in tsc_tick()[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;