Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c934 timestruc_t ts, ts_run; in exacct_calculate_proc_usage() local
953 hrt2ts(gethrtime() - p->p_mstart, &ts_run); in exacct_calculate_proc_usage()
954 ts.tv_sec -= ts_run.tv_sec; in exacct_calculate_proc_usage()
955 ts.tv_nsec -= ts_run.tv_nsec; in exacct_calculate_proc_usage()