Home | History | Annotate | Download | only in netperf

Lines Matching refs:CALC_ACCURACY

322 #define CALC_ACCURACY CALC_THOUSANDTH_PERCENT
436 (delta_cpu_counters[i].idle * CALC_ACCURACY) / total_cpu_nsec;
439 (delta_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;
442 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / total_cpu_nsec;
448 CALC_ACCURACY);
451 CALC_ACCURACY);
454 CALC_ACCURACY);
510 (corrected_cpu_counters[i].idle * CALC_ACCURACY) / total_cpu_nsec;
513 (corrected_cpu_counters[i].user * CALC_ACCURACY) / total_cpu_nsec;
516 (corrected_cpu_counters[i].kernel * CALC_ACCURACY) / total_cpu_nsec;
519 (corrected_cpu_counters[i].interrupt * CALC_ACCURACY) / total_cpu_nsec;
530 (float)CALC_ACCURACY) * 100.0);