Searched refs:sample_table (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
D | rc80211_minstrel_ht.c | 238 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable 831 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_set_next_sample_idx() 1218 sample_idx = sample_table[mg->column][mg->index]; in minstrel_get_sample_rate() 1538 msp->legacy.sample_table = msp->sample_table; in minstrel_ht_update_caps() 1584 msp->sample_table = kmalloc_array(max_rates, SAMPLE_COLUMNS, gfp); in minstrel_ht_alloc_sta() 1585 if (!msp->sample_table) in minstrel_ht_alloc_sta() 1602 kfree(msp->sample_table); in minstrel_ht_free_sta() 1747 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table() 1752 while (sample_table[col][new_idx] != 0xff) in init_sample_table() 1755 sample_table[col][new_idx] = i; in init_sample_table()
|
D | rc80211_minstrel_ht.h | 116 void *sample_table; member
|
D | rc80211_minstrel.h | 138 u8 *sample_table; member
|
D | rc80211_minstrel.c | 59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col] 447 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table()
|
/kernel/linux/linux-5.10/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
|