Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_info.c48 hrtime_t hrutime, hrstime; in lwp_info() local
51 hrutime = lwp->lwp_mstate.ms_acct[LMS_USER]; in lwp_info()
54 scalehrtime(&hrutime); in lwp_info()
57 hrt2ts(hrutime, &tv[0]); in lwp_info()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2475 hrtime_t hrutime, hrstime; in prgetpsinfo() local
2529 hrutime = mstate_aggr_state(p, LMS_USER); in prgetpsinfo()
2531 hrt2ts((hrutime + hrstime), &psp->pr_time); in prgetpsinfo()
3139 hrtime_t hrutime, hrstime; in prgetpsinfo32() local
3193 hrutime = mstate_aggr_state(p, LMS_USER); in prgetpsinfo32()
3195 hrt2ts32(hrutime + hrstime, &psp->pr_time); in prgetpsinfo32()
3288 hrtime_t hrutime, hrstime; in prgetlwpsinfo() local
3324 scalehrtime(&hrutime); in prgetlwpsinfo()
3328 hrt2ts(hrutime + hrstime, &psp->pr_time); in prgetlwpsinfo()
3354 hrtime_t hrutime, hrstime; in prgetlwpsinfo32() local
[all …]
H A Dprioctl.c1476 hrtime_t hrutime, hrstime, cur_time; in oprgetpsinfo32() local
1548 hrutime = mstate_aggr_state(p, LMS_USER); in oprgetpsinfo32()
1550 hrt2ts32(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo32()
3287 hrtime_t hrutime, hrstime, cur_time; in oprgetpsinfo() local
3359 hrutime = mstate_aggr_state(p, LMS_USER); in oprgetpsinfo()
3361 hrt2ts(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c481 hrtime_t hrutime, hrstime; in proc_exit() local
861 hrutime = mstate_aggr_state(p, LMS_USER); in proc_exit()
863 p->p_utime = (clock_t)NSEC_TO_TICK(hrutime) + p->p_cutime; in proc_exit()