Searched refs:CALC_PCT (Results 1 – 1 of 1) sorted by relevance
4003 #define CALC_PCT(_x, _y) ((_y) ? ((double)(_x) / (_y)) * 100 : 0.0) in print_cpu_stats() macro4012 CALC_PCT(cs1->_ver._name, cs1->_ver._pct_of)); \ in print_cpu_stats()4018 CALC_PCT(cs1->_ver._name, cs1->_ver._pct_of), \ in print_cpu_stats()4019 CALC_PCT(cs2->_ver._name, cs2->_ver._pct_of)); \ in print_cpu_stats()4033 #undef CALC_PCT in print_cpu_stats()