Home
last modified time | relevance | path

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 */ in __hal_update_bimodal() macro
3284 static int bytes_avg_history[_HIST_SIZE] = {0}; in __hal_update_bimodal()
3285 static int d_avg_history[_HIST_SIZE] = {0}; in __hal_update_bimodal()
3357 for (i = 0; i < _HIST_SIZE; i++) in __hal_update_bimodal()
3366 history_idx %= _HIST_SIZE; in __hal_update_bimodal()
3371 for (i = 0; i < _HIST_SIZE; i++) { in __hal_update_bimodal()
3380 bytes_hist /= _HIST_SIZE; in __hal_update_bimodal()
3381 d_hist /= _HIST_SIZE; in __hal_update_bimodal()