Searched refs:ts_run (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c932 timestruc_t ts, ts_run; local
951 hrt2ts(gethrtime() - p->p_mstart, &ts_run); local
952 ts.tv_sec -= ts_run.tv_sec;
953 ts.tv_nsec -= ts_run.tv_nsec;

Completed in 58 milliseconds