SAMPLE_COLUMNS 59 net/mac80211/rc80211_minstrel.c _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] SAMPLE_COLUMNS 230 net/mac80211/rc80211_minstrel.c if (mi->sample_column >= SAMPLE_COLUMNS) SAMPLE_COLUMNS 367 net/mac80211/rc80211_minstrel.c memset(mi->sample_table, 0, SAMPLE_COLUMNS * mi->n_rates); SAMPLE_COLUMNS 369 net/mac80211/rc80211_minstrel.c for (col = 0; col < SAMPLE_COLUMNS; col++) { SAMPLE_COLUMNS 479 net/mac80211/rc80211_minstrel.c mi->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp);