Searched refs:sample_table (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/mac80211/ | 
| D | rc80211_minstrel_ht.c | 237 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;  variable828 			if (++mg->column >= ARRAY_SIZE(sample_table))  in minstrel_set_next_sample_idx()
 1213 	sample_idx = sample_table[mg->column][mg->index];  in minstrel_get_sample_rate()
 1533 	msp->legacy.sample_table = msp->sample_table;  in minstrel_ht_update_caps()
 1579 	msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp);  in minstrel_ht_alloc_sta()
 1580 	if (!msp->sample_table)  in minstrel_ht_alloc_sta()
 1597 	kfree(msp->sample_table);  in minstrel_ht_free_sta()
 1732 	memset(sample_table, 0xff, sizeof(sample_table));  in init_sample_table()
 1737 			while (sample_table[col][new_idx] != 0xff)  in init_sample_table()
 1740 			sample_table[col][new_idx] = i;  in init_sample_table()
 
 | 
| D | rc80211_minstrel_ht.h | 116 	void *sample_table;  member
 | 
| D | rc80211_minstrel.h | 92 	u8 *sample_table;  member
 | 
| D | rc80211_minstrel.c | 59 		_mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]460 	memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates);  in init_sample_table()
 
 | 
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | export-to-sqlite.py | 621 	sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)702 def sample_table(*x):  function
 
 | 
| D | export-to-postgresql.py | 807 	sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset…  function
 
 |