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

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c3289 #define _HIST_SIZE 50 /* 0.5 sec history */ macro
3293 static int bytes_avg_history[_HIST_SIZE] = {0};
3294 static int d_avg_history[_HIST_SIZE] = {0};
3365 for (i = 0; i < _HIST_SIZE; i++)
3374 history_idx %= _HIST_SIZE;
3379 for (i = 0; i < _HIST_SIZE; i++) {
3388 bytes_hist /= _HIST_SIZE;
3389 d_hist /= _HIST_SIZE;

Completed in 81 milliseconds