Searched defs:hrutime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c51 hrtime_t hrutime, hrstime; local
54 hrutime = lwp->lwp_mstate.ms_acct[LMS_USER];
57 scalehrtime(&hrutime);
60 hrt2ts(hrutime, &tv[0]);
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c346 hrtime_t hrutime, hrstime; local
733 hrutime = mstate_aggr_state(p, LMS_USER);
735 p->p_utime = (clock_t)NSEC_TO_TICK(hrutime) + p->p_cutime;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1504 hrtime_t hrutime, hrstime, cur_time; local
1576 hrutime = mstate_aggr_state(p, LMS_USER);
1578 hrt2ts32(hrutime + hrstime, &psp->pr_time);
3343 hrtime_t hrutime, hrstime, cur_time; local
3415 hrutime = mstate_aggr_state(p, LMS_USER);
3417 hrt2ts(hrutime + hrstime, &psp->pr_time);
H A Dprsubr.c2223 hrtime_t hrutime, hrstime; local
2277 hrutime = mstate_aggr_state(p, LMS_USER);
2279 hrt2ts((hrutime + hrstime), &psp->pr_time);
2356 hrtime_t hrutime, hrstime; local
2410 hrutime = mstate_aggr_state(p, LMS_USER);
2412 hrt2ts32(hrutime + hrstime, &psp->pr_time);
2505 hrtime_t hrutime, hrstime; local
2540 hrutime = lwp->lwp_mstate.ms_acct[LMS_USER];
2541 scalehrtime(&hrutime);
2545 hrt2ts(hrutime
2572 hrtime_t hrutime, hrstime; local
[all...]

Completed in 76 milliseconds