Lines Matching refs:hrstime
2223 hrtime_t hrutime, hrstime;
2278 hrstime = mstate_aggr_state(p, LMS_SYSTEM);
2279 hrt2ts((hrutime + hrstime), &psp->pr_time);
2356 hrtime_t hrutime, hrstime;
2411 hrstime = mstate_aggr_state(p, LMS_SYSTEM);
2412 hrt2ts32(hrutime + hrstime, &psp->pr_time);
2505 hrtime_t hrutime, hrstime;
2542 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] +
2544 scalehrtime(&hrstime);
2545 hrt2ts(hrutime + hrstime, &psp->pr_time);
2572 hrtime_t hrutime, hrstime;
2612 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] +
2614 scalehrtime(&hrstime);
2615 hrt2ts32(hrutime + hrstime, &psp->pr_time);