Searched refs:ts_run (Results 1 – 1 of 1) sorted by relevance
932 timestruc_t ts, ts_run; in exacct_calculate_proc_usage() local951 hrt2ts(gethrtime() - p->p_mstart, &ts_run); in exacct_calculate_proc_usage()952 ts.tv_sec -= ts_run.tv_sec; in exacct_calculate_proc_usage()953 ts.tv_nsec -= ts_run.tv_nsec; in exacct_calculate_proc_usage()