Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SAMPLE_COLUMNS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
rc80211_minstrel.c
59
_mi->sample_table[(_idx *
SAMPLE_COLUMNS
) + _col]
319
if (mi->sample_column >=
SAMPLE_COLUMNS
)
in minstrel_get_next_sample()
447
memset(mi->sample_table, 0xff,
SAMPLE_COLUMNS
* mi->n_rates);
in init_sample_table()
449
for (col = 0; col <
SAMPLE_COLUMNS
; col++) {
in init_sample_table()
H
A
D
rc80211_minstrel.h
11
#define
SAMPLE_COLUMNS
10 /* number of columns in sample table */
macro
H
A
D
rc80211_minstrel_ht.c
238
static u8 sample_table[
SAMPLE_COLUMNS
][MCS_GROUP_RATES] __read_mostly;
1584
msp->sample_table = kmalloc_array(max_rates,
SAMPLE_COLUMNS
, gfp);
in minstrel_ht_alloc_sta()
1748
for (col = 0; col <
SAMPLE_COLUMNS
; col++) {
in init_sample_table()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
rc80211_minstrel_ht.h
13
#define
SAMPLE_COLUMNS
10 /* number of columns in sample table */
macro
H
A
D
rc80211_minstrel_ht.c
267
static u8 sample_table[
SAMPLE_COLUMNS
][MCS_GROUP_RATES] __read_mostly;
2029
for (col = 0; col <
SAMPLE_COLUMNS
; col++) {
in init_sample_table()
Completed in 7 milliseconds