Home
last modified time | relevance | path

Searched refs:t_hrtime (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dmsacct.c112 t->t_hrtime = curtime; in init_mstate()
570 hrlb = t->t_hrtime; in cpu_update_pct()
576 t->t_hrtime = newtime; in cpu_update_pct()
581 hrlb = t->t_hrtime; in cpu_update_pct()
587 t->t_hrtime = newtime; in cpu_update_pct()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h343 hrtime_t t_hrtime; /* high-res last time on cpu */ member