Searched refs:sample_table (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht.c | 220 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable 643 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_set_next_sample_idx() 938 sample_idx = sample_table[mg->column][mg->index]; in minstrel_get_sample_rate() 1242 msp->legacy.sample_table = msp->sample_table; in minstrel_ht_update_caps() 1288 msp->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_ht_alloc_sta() 1289 if (!msp->sample_table) in minstrel_ht_alloc_sta() 1306 kfree(msp->sample_table); in minstrel_ht_free_sta() 1366 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table() 1371 while (sample_table[col][new_idx] != 0xff) in init_sample_table() 1374 sample_table[col][new_idx] = i; in init_sample_table()
|
D | rc80211_minstrel.c | 59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] 463 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table() 592 mi->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_alloc_sta() 593 if (!mi->sample_table) in minstrel_alloc_sta() 611 kfree(mi->sample_table); in minstrel_free_sta()
|
D | rc80211_minstrel_ht.h | 118 void *sample_table; member
|
D | rc80211_minstrel.h | 118 u8 *sample_table; member
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 557 sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 697 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… function
|