HomeSort by relevance Sort by last modified time
    Searched refs:CALC_ACCURACY (Results 1 - 2 of 2) sorted by null

  /external/netperf/
netcpu_kstat10.c 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
    [all...]
netcpu_pstatnew.c 195 #define CALC_ACCURACY CALC_THOUSANDTH_PERCENT
337 (delta_cpu_counters[i].idle * CALC_ACCURACY) / sanity_cpu_cycles;
340 (delta_cpu_counters[i].user * CALC_ACCURACY) / sanity_cpu_cycles;
343 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / sanity_cpu_cycles;
346 (delta_cpu_counters[i].interrupt * CALC_ACCURACY) / sanity_cpu_cycles;
352 CALC_ACCURACY) / sanity_cpu_cycles;
365 (float)CALC_ACCURACY) * 100.0);

Completed in 58 milliseconds