Home
last modified time | relevance | path

Searched refs:CLOCK_TICK_COUNTER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h192 #define CLOCK_TICK_COUNTER() gettick_counter() macro
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c558 interval = CLOCK_TICK_COUNTER() - start; in cpu_intr_swtch_enter()
586 } while (atomic_cas_64(&t->t_intr_start, ts, CLOCK_TICK_COUNTER()) != in cpu_intr_swtch_exit()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachclock.h98 #define CLOCK_TICK_COUNTER() gettick() /* returns %stick */ macro