Searched refs:sample_table (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | rc80211_minstrel_ht.c | 201 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable 625 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_set_next_sample_idx() 975 sample_idx = sample_table[mg->column][mg->index]; in minstrel_get_sample_rate() 1274 msp->legacy.sample_table = msp->sample_table; in minstrel_ht_update_caps() 1320 msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_ht_alloc_sta() 1321 if (!msp->sample_table) in minstrel_ht_alloc_sta() 1338 kfree(msp->sample_table); in minstrel_ht_free_sta() 1398 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table() 1403 while (sample_table[col][new_idx] != 0xff) in init_sample_table() 1406 sample_table[col][new_idx] = i; in init_sample_table()
|
D | rc80211_minstrel.c | 59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] 470 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table() 599 mi->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_alloc_sta() 600 if (!mi->sample_table) in minstrel_alloc_sta() 618 kfree(mi->sample_table); in minstrel_free_sta()
|
D | rc80211_minstrel_ht.h | 118 void *sample_table; member
|
D | rc80211_minstrel.h | 111 u8 *sample_table; member
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-sqlite.py | 388 sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 441 def sample_table(*x): function
|
D | export-to-postgresql.py | 575 sample_table(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) 719 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… function
|