Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_info.c51 hrtime_t hrutime, hrstime; in lwp_info() local
55 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] + in lwp_info()
58 scalehrtime(&hrstime); in lwp_info()
61 hrt2ts(hrstime, &tv[1]); in lwp_info()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c2223 hrtime_t hrutime, hrstime; in prgetpsinfo() local
2278 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in prgetpsinfo()
2279 hrt2ts((hrutime + hrstime), &psp->pr_time); in prgetpsinfo()
2356 hrtime_t hrutime, hrstime; in prgetpsinfo32() local
2411 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in prgetpsinfo32()
2412 hrt2ts32(hrutime + hrstime, &psp->pr_time); in prgetpsinfo32()
2505 hrtime_t hrutime, hrstime; in prgetlwpsinfo() local
2542 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] + in prgetlwpsinfo()
2544 scalehrtime(&hrstime); in prgetlwpsinfo()
2545 hrt2ts(hrutime + hrstime, &psp->pr_time); in prgetlwpsinfo()
[all …]
H A Dprioctl.c1504 hrtime_t hrutime, hrstime, cur_time; in oprgetpsinfo32() local
1577 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in oprgetpsinfo32()
1578 hrt2ts32(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo32()
3343 hrtime_t hrutime, hrstime, cur_time; in oprgetpsinfo() local
3416 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in oprgetpsinfo()
3417 hrt2ts(hrutime + hrstime, &psp->pr_time); in oprgetpsinfo()
/titanic_44/usr/src/uts/common/os/
H A Dexit.c346 hrtime_t hrutime, hrstime; in proc_exit() local
726 hrstime = mstate_aggr_state(p, LMS_SYSTEM); in proc_exit()
728 p->p_stime = (clock_t)NSEC_TO_TICK(hrstime) + p->p_cstime; in proc_exit()