Home
last modified time | relevance | path

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

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