Lines Matching defs:R
413 hrtime_t *O, hrtime_t *R, hrtime_t *newO)
423 *O = *R = 0;
435 * we need to reset our base_{O,R}. Once we've updated them, we
436 * report O and R for the entire prior interval.
481 *R = (sdc->sdc_base_R - baseR);
523 *R = sdc->sdc_cur_R - sdc->sdc_base_R;
541 hrtime_t O, R;
546 sysdc_update_times(sdc, flags, &O, &R, &newO);
550 if ((O + R) != 0) {
551 sdc->sdc_cur_DC = (O * SYSDC_DC_MAX) / (O + R);
1149 static int sysdc_enosys(); /* Boy, ANSI-C's K&R compatibility is weird. */