Lines Matching defs:hrstime
2221 hrtime_t hrutime, hrstime;
2276 hrstime = mstate_aggr_state(p, LMS_SYSTEM);
2277 hrt2ts((hrutime + hrstime), &psp->pr_time);
2354 hrtime_t hrutime, hrstime;
2409 hrstime = mstate_aggr_state(p, LMS_SYSTEM);
2410 hrt2ts32(hrutime + hrstime, &psp->pr_time);
2503 hrtime_t hrutime, hrstime;
2540 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] +
2542 scalehrtime(&hrstime);
2543 hrt2ts(hrutime + hrstime, &psp->pr_time);
2570 hrtime_t hrutime, hrstime;
2610 hrstime = lwp->lwp_mstate.ms_acct[LMS_SYSTEM] +
2612 scalehrtime(&hrstime);
2613 hrt2ts32(hrutime + hrstime, &psp->pr_time);