Lines Matching defs:precision
97 * high-precision avenrun values. These are needed to make the
128 * in cases where a precision clock counter or external clock is
144 int32_t time_precision = 1; /* clock precision (us) */
428 * This section marks the beginning of the precision-kernel
451 * End of precision-kernel code fragment which is processed
527 const int precision = 100;
548 load = (precision * intrused) / maxnsec;
549 ASSERT(load >= 0 && load < precision);
641 * Beginning of precision-kernel code fragment executed
766 * End of precision kernel-code fragment