Home | History | Annotate | Download | only in src

Lines Matching refs:CALC_ACCURACY

363 #define CALC_ACCURACY CALC_THOUSANDTH_PERCENT
475 (delta_cpu_counters[i].idle * CALC_ACCURACY) / total_cpu_nsec;
478 (delta_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;
481 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / total_cpu_nsec;
487 CALC_ACCURACY);
490 CALC_ACCURACY);
493 CALC_ACCURACY);
548 (corrected_cpu_counters[i].idle * CALC_ACCURACY) / total_cpu_nsec;
551 (corrected_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;
554 (corrected_cpu_counters[i].kernel * CALC_ACCURACY) / total_cpu_nsec;
557 (corrected_cpu_counters[i].interrupt * CALC_ACCURACY) / total_cpu_nsec;
568 (float)CALC_ACCURACY) * 100.0);