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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3280 #define _HIST_SIZE 50 /* 0.5 sec history */ macro
3284 static int bytes_avg_history[_HIST_SIZE] = {0};
3285 static int d_avg_history[_HIST_SIZE] = {0};
3357 for (i = 0; i < _HIST_SIZE; i++)
3366 history_idx %= _HIST_SIZE;
3371 for (i = 0; i < _HIST_SIZE; i++) {
3380 bytes_hist /= _HIST_SIZE;
3381 d_hist /= _HIST_SIZE;

Completed in 70 milliseconds