Searched refs:AVG_FACTOR (Results 1 – 1 of 1) sorted by relevance
176 #define AVG_FACTOR 1024 macro181 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)183 #define GET_AVG_PERF_COUNTER(cnt) ((cnt) / AVG_FACTOR)