Searched refs:CLOCK_TICK_COUNTER (Results 1 – 3 of 3) sorted by relevance
192 #define CLOCK_TICK_COUNTER() gettick_counter() macro
552 interval = CLOCK_TICK_COUNTER() - start; in cpu_intr_swtch_enter()580 } while (atomic_cas_64(&t->t_intr_start, ts, CLOCK_TICK_COUNTER()) != in cpu_intr_swtch_exit()
98 #define CLOCK_TICK_COUNTER() gettick() /* returns %stick */ macro