AVG_ENTRIES
if (unlikely(avg->pos == AVG_ENTRIES)) {
return avg->sum / AVG_ENTRIES;
s16 entries[AVG_ENTRIES];