Searched refs:AVG_FACTOR (Results 1 – 2 of 2) sorted by relevance
62 #define AVG_FACTOR 1000 macro69 ((__val) * (AVG_FACTOR))) / \71 ((__val) * (AVG_FACTOR)); \72 __new.avg = __new.avg_weight / (AVG_FACTOR); \
158 #define AVG_FACTOR 1024 macro164 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)166 #define GET_AVG_PERF_COUNTER(cnt) ((cnt) / AVG_FACTOR)