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:lun_cnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
4194
ha->base_qpair->
lun_cnt
= 0;
in qlt_clr_qp_table()
4197
ha->queue_pair_map[key]->
lun_cnt
= 0;
in qlt_clr_qp_table()
4218
if (qpair->
lun_cnt
== 0) {
in qlt_assign_qpair()
4219
qpair->
lun_cnt
++;
in qlt_assign_qpair()
4225
qpair->
lun_cnt
--;
in qlt_assign_qpair()
4232
lcnt = qpair->
lun_cnt
;
in qlt_assign_qpair()
4238
if (qp->
lun_cnt
== 0) {
in qlt_assign_qpair()
4239
qp->
lun_cnt
++;
in qlt_assign_qpair()
4245
qp->
lun_cnt
--;
in qlt_assign_qpair()
4253
if (qp->
lun_cnt
< lcn
in qlt_assign_qpair()
[all...]
H
A
D
qla_def.h
3605
uint32_t
lun_cnt
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_target.c
4242
ha->base_qpair->
lun_cnt
= 0;
in qlt_clr_qp_table()
4245
ha->queue_pair_map[key]->
lun_cnt
= 0;
in qlt_clr_qp_table()
4266
if (qpair->
lun_cnt
== 0) {
in qlt_assign_qpair()
4267
qpair->
lun_cnt
++;
in qlt_assign_qpair()
4273
qpair->
lun_cnt
--;
in qlt_assign_qpair()
4280
lcnt = qpair->
lun_cnt
;
in qlt_assign_qpair()
4286
if (qp->
lun_cnt
== 0) {
in qlt_assign_qpair()
4287
qp->
lun_cnt
++;
in qlt_assign_qpair()
4293
qp->
lun_cnt
--;
in qlt_assign_qpair()
4301
if (qp->
lun_cnt
< lcn
in qlt_assign_qpair()
[all...]
H
A
D
qla_def.h
3802
uint32_t
lun_cnt
;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_debug.c
4151
unsigned int
lun_cnt
; /* normal LUN count (max: 256) */
in resp_report_luns()
local
4172
lun_cnt
= sdebug_max_luns;
in resp_report_luns()
4176
lun_cnt
= 0;
in resp_report_luns()
4180
lun_cnt
= sdebug_max_luns;
in resp_report_luns()
4192
if (sdebug_no_lun_0 && (
lun_cnt
> 0))
in resp_report_luns()
4193
--
lun_cnt
;
in resp_report_luns()
4195
tlun_cnt =
lun_cnt
+ wlun_cnt;
in resp_report_luns()
4199
select_report,
lun_cnt
, wlun_cnt, sdebug_no_lun_0);
in resp_report_luns()
4212
if ((k * RL_BUCKET_ELEMS) + j >
lun_cnt
)
in resp_report_luns()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_debug.c
4301
unsigned int
lun_cnt
; /* normal LUN count (max: 256) */
in resp_report_luns()
local
4322
lun_cnt
= sdebug_max_luns;
in resp_report_luns()
4326
lun_cnt
= 0;
in resp_report_luns()
4330
lun_cnt
= sdebug_max_luns;
in resp_report_luns()
4342
if (sdebug_no_lun_0 && (
lun_cnt
> 0))
in resp_report_luns()
4343
--
lun_cnt
;
in resp_report_luns()
4345
tlun_cnt =
lun_cnt
+ wlun_cnt;
in resp_report_luns()
4349
select_report,
lun_cnt
, wlun_cnt, sdebug_no_lun_0);
in resp_report_luns()
4362
if ((k * RL_BUCKET_ELEMS) + j >
lun_cnt
)
in resp_report_luns()
Completed in 58 milliseconds