Searched refs:newO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c434 * newO is the thread's actual ONPROC time; it's used during sysdc_update()
439 hrtime_t *O, hrtime_t *R, hrtime_t *newO)
454 *newO = sdc->sdc_last_base_O;
491 *newO = sdc->sdc_base_O;
513 * for newO, so we always call mstate_systhread_times().
526 *newO = sdc->sdc_cur_O;
568 hrtime_t newO = -1; local
572 sysdc_update_times(sdc, flags, &O, &R, &newO);
573 ASSERT(!update || newO != -1);
619 sdc->sdc_last_base_O < newO) {
438 sysdc_update_times(sysdc_t *sdc, uint_t flags, hrtime_t *O, hrtime_t *R, hrtime_t *newO) argument
[all...]

Completed in 60 milliseconds