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:qmax
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
dma.c
898
int i,
qmax
, err;
in ath5k_hw_dma_stop()
local
913
qmax
= AR5K_NUM_TX_QUEUES;
in ath5k_hw_dma_stop()
917
qmax
= AR5K_NUM_TX_QUEUES_NOQCU;
in ath5k_hw_dma_stop()
920
for (i = 0; i <
qmax
; i++) {
in ath5k_hw_dma_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
dma.c
883
int i,
qmax
, err;
in ath5k_hw_dma_stop()
local
898
qmax
= AR5K_NUM_TX_QUEUES;
in ath5k_hw_dma_stop()
902
qmax
= AR5K_NUM_TX_QUEUES_NOQCU;
in ath5k_hw_dma_stop()
905
for (i = 0; i <
qmax
; i++) {
in ath5k_hw_dma_stop()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
5076
int j, k,
qmax
, r_qmax;
in stop_queued_cmnd()
local
5085
qmax
= sdebug_max_queue;
in stop_queued_cmnd()
5087
if (r_qmax >
qmax
)
in stop_queued_cmnd()
5088
qmax
= r_qmax;
in stop_queued_cmnd()
5089
for (k = 0; k <
qmax
; ++k) {
in stop_queued_cmnd()
Completed in 12 milliseconds