Home
last modified time | relevance | path

Searched refs:hrstime (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
52 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] + in lwp_info()
55 scalehrtime(&hrstime); in lwp_info()
58 hrt2ts(hrstime, &tv[1]); in lwp_info()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2475 hrtime_t hrutime, hrstime; in prgetpsinfo() local
2530 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in prgetpsinfo()
2531 hrt2ts((hrutime + hrstime), &psp->pr_time); in prgetpsinfo()
3139 hrtime_t hrutime, hrstime; in prgetpsinfo32() local
3194 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in prgetpsinfo32()
3195 hrt2ts32(hrutime + hrstime, &psp->pr_time); in prgetpsinfo32()
3288 hrtime_t hrutime, hrstime; in prgetlwpsinfo() local
3327 scalehrtime(&hrstime); 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
1549 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in oprgetpsinfo32()
1550 hrt2ts32(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo32()
3287 hrtime_t hrutime, hrstime, cur_time; in oprgetpsinfo() local
3360 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 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
862 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in proc_exit()
864 p->p_stime = (clock_t)NSEC_TO_TICK(hrstime) + p->p_cstime; in proc_exit()