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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c3286 static int history_idx = 0; local
3359 history_idx = 0;
3366 history_idx %= _HIST_SIZE;
3367 bytes_avg_history[history_idx] = bytes_avg;
3368 d_avg_history[history_idx] = d;
3369 history_idx++;

Completed in 88 milliseconds