Lines Matching defs:newO
408 * newO is the thread's actual ONPROC time; it's used during sysdc_update()
413 hrtime_t *O, hrtime_t *R, hrtime_t *newO)
428 *newO = sdc->sdc_last_base_O;
465 *newO = sdc->sdc_base_O;
487 * for newO, so we always call mstate_systhread_times().
500 *newO = sdc->sdc_cur_O;
542 hrtime_t newO = -1;
546 sysdc_update_times(sdc, flags, &O, &R, &newO);
547 ASSERT(!update || newO != -1);
593 sdc->sdc_last_base_O < newO) {
594 sdc->sdc_last_O = newO - sdc->sdc_last_base_O;
601 sdc->sdc_last_base_O = newO;