Searched refs:AVG_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h188 #define AVG_SIZE 128 macro
194 ((cnt) = ((cnt) * (AVG_SIZE - 1) + (sample) * AVG_FACTOR) / AVG_SIZE)

Completed in 52 milliseconds