Home
last modified time | relevance | path

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

/drivers/net/wireless/bcmdhd/
Ddhd_linux.c6339 void sorttobin(int value, histo_t *histo) argument
6344 histo->bin[NUMBIN-1]++;
6347 if (value > histo->bin[NUMBIN-2]) /* store the max value */
6348 histo->bin[NUMBIN-2] = value;
6353 histo->bin[i]++;
6357 histo->bin[NUMBIN-3]++;