Searched refs:hrstime (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_info.c | 51 hrtime_t hrutime, hrstime; local 55 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] + 58 scalehrtime(&hrstime); 61 hrt2ts(hrstime, &tv[1]);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exit.c | 346 hrtime_t hrutime, hrstime; local 734 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 736 p->p_stime = (clock_t)NSEC_TO_TICK(hrstime) + p->p_cstime;
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2223 hrtime_t hrutime, hrstime; local 2278 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 2279 hrt2ts((hrutime + hrstime), &psp->pr_time); 2356 hrtime_t hrutime, hrstime; local 2411 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 2412 hrt2ts32(hrutime + hrstime, &psp->pr_time); 2505 hrtime_t hrutime, hrstime; local 2542 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] + 2544 scalehrtime(&hrstime); 2545 hrt2ts(hrutime + hrstime, 2572 hrtime_t hrutime, hrstime; local [all...] |
H A D | prioctl.c | 1504 hrtime_t hrutime, hrstime, cur_time; local 1577 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 1578 hrt2ts32(hrutime + hrstime, &psp->pr_time); 3343 hrtime_t hrutime, hrstime, cur_time; local 3416 hrstime = mstate_aggr_state(p, LMS_SYSTEM); 3417 hrt2ts(hrutime + hrstime, &psp->pr_time);
|
Completed in 74 milliseconds