Lines Matching refs:hrtime_t
151 volatile hrtime_t master_tsc, slave_tsc;
155 static hrtime_t tsc_last_jumped = 0;
163 static hrtime_t tsc_resume_cap_ns = NANOSEC; /* 1s */
165 static hrtime_t shadow_tsc_hrtime_base;
166 static hrtime_t shadow_tsc_last;
186 static inline hrtime_t
187 tsc_protect(hrtime_t a) in tsc_protect()
191 DTRACE_PROBE3(tsc__wayback, htrime_t, a, hrtime_t, tsc_last, in tsc_protect()
198 hrtime_t
202 hrtime_t tsc, hrt; in tsc_gethrtime()
250 hrtime_t
254 hrtime_t tsc, hrt; in tsc_gethrtime_delta()
292 hrtime_t
295 hrtime_t hrt; in tsc_gethrtime_tick_delta()
306 hrtime_t
310 hrtime_t tsc, last, base; in tsc_gethrtime_params()
364 hrtime_t
368 hrtime_t tsc, hrt; in dtrace_gethrtime()
455 hrtime_t
459 hrtime_t tsc; in tsc_gethrtimeunscaled()
475 tsc_unscalehrtime(hrtime_t nsec) in tsc_unscalehrtime()
477 hrtime_t tsc; in tsc_unscalehrtime()
488 tsc_scalehrtime(hrtime_t *tsc) in tsc_scalehrtime()
490 hrtime_t hrt; in tsc_scalehrtime()
491 hrtime_t mytsc; in tsc_scalehrtime()
501 hrtime_t
504 hrtime_t hrt; in tsc_gethrtimeunscaled_delta()
557 hrtime_t write_time, mtsc_after, last_delta = 0; in tsc_sync_master()
580 hrtime_t tdelta; in tsc_sync_master()
632 hrtime_t s1; in tsc_sync_slave()
674 hrtime_t now, delta; in tsc_tick()
789 tsc_adjust_delta(hrtime_t tdelta) in tsc_adjust_delta()
871 hrtime_t now, sleep_tsc = 0; in tsc_resume()