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_used
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_inline.h
396
u16
exch_used
;
in qla_get_fw_resources()
local
421
exch_used
= ha->base_qpair->fwres.
exch_used
;
in qla_get_fw_resources()
424
exch_used
+= ha->queue_pair_map[i]->fwres.
exch_used
;
in qla_get_fw_resources()
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
, iore
in qla_put_fw_resources()
[all...]
H
A
D
qla_dfs.c
238
u16 iocbs_used, i,
exch_used
;
in qla_dfs_fw_resource_cnt_show()
local
266
exch_used
= ha->base_qpair->fwres.
exch_used
;
in qla_dfs_fw_resource_cnt_show()
270
exch_used
+= ha->queue_pair_map[i]->fwres.
exch_used
;
in qla_dfs_fw_resource_cnt_show()
278
exch_used
, ha->base_qpair->fwres.exch_limit);
in qla_dfs_fw_resource_cnt_show()
282
exch_used
= atomic_read(&ha->fwres.
exch_used
);
in qla_dfs_fw_resource_cnt_show()
287
exch_used
, ha->fwres.exch_limit);
in qla_dfs_fw_resource_cnt_show()
H
A
D
qla_def.h
3769
u16
exch_used
;
member
3780
atomic_t
exch_used
;
member
H
A
D
qla_init.c
4210
ha->base_qpair->fwres.
exch_used
= 0;
in qla_init_iocb_limit()
4216
ha->queue_pair_map[i]->fwres.
exch_used
= 0;
in qla_init_iocb_limit()
4226
atomic_set(&ha->fwres.
exch_used
, 0);
in qla_init_iocb_limit()
Completed in 27 milliseconds