Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3284 static int bytes_avg_history[_HIST_SIZE] = {0}; in __hal_update_bimodal() local
3358 bytes_avg_history[i] = d_avg_history[i] = 0; in __hal_update_bimodal()
3367 bytes_avg_history[history_idx] = bytes_avg; in __hal_update_bimodal()
3373 if (!bytes_avg_history[i]) { in __hal_update_bimodal()
3377 bytes_hist += bytes_avg_history[i]; in __hal_update_bimodal()