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:exch_cnt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_inline.h
427
if ((exch_used + iores->
exch_cnt
) >= qp->fwres.exch_limit) {
in qla_get_fw_resources()
441
if ((iores->
exch_cnt
+ atomic_read(&ha->fwres.exch_used)) >=
in qla_get_fw_resources()
451
qp->fwres.exch_used += iores->
exch_cnt
;
in qla_get_fw_resources()
454
atomic_add(iores->
exch_cnt
, &ha->fwres.exch_used);
in qla_get_fw_resources()
492
qla_atomic_dtz(&ha->fwres.exch_used, iores->
exch_cnt
);
in qla_put_fw_resources()
505
if (qp->fwres.exch_used >= iores->
exch_cnt
) {
in qla_put_fw_resources()
506
qp->fwres.exch_used -= iores->
exch_cnt
;
in qla_put_fw_resources()
H
A
D
qla_iocb.c
1593
sp->iores.
exch_cnt
= 1;
in qla24xx_start_scsi()
1800
sp->iores.
exch_cnt
= 1;
in qla24xx_dif_start_scsi()
1960
sp->iores.
exch_cnt
= 1;
in qla2xxx_start_scsi_mq()
2182
sp->iores.
exch_cnt
= 1;
in qla2xxx_dif_start_scsi_mq()
3879
sp->iores.
exch_cnt
= 1;
in qla_get_iocbs_resource()
4278
sp->iores.
exch_cnt
= 1;
in qla_start_scsi_type6()
H
A
D
qla_nvme.c
588
sp->iores.
exch_cnt
= 1;
in qla2x00_start_nvme_mq()
H
A
D
qla_edif.c
3037
sp->iores.
exch_cnt
= 1;
in qla28xx_start_scsi_edif()
H
A
D
qla_def.h
709
u8
exch_cnt
;
member
Completed in 26 milliseconds