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:sess_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H
A
D
tfc_sess.c
198
tport->
sess_count
++;
in ft_sess_alloc_cb()
251
BUG_ON(!tport->
sess_count
);
in ft_sess_unhash()
252
tport->
sess_count
--;
in ft_sess_unhash()
H
A
D
tcm_fc.h
57
u32
sess_count
; /* number of sessions in hash */
member
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H
A
D
tfc_sess.c
198
tport->
sess_count
++;
in ft_sess_alloc_cb()
251
BUG_ON(!tport->
sess_count
);
in ft_sess_unhash()
252
tport->
sess_count
--;
in ft_sess_unhash()
H
A
D
tcm_fc.h
57
u32
sess_count
; /* number of sessions in hash */
member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H
A
D
qla_target.h
800
int
sess_count
;
member
H
A
D
qla_target.c
1051
tgt->
sess_count
--;
in qlt_free_session_done()
1120
if (tgt && (tgt->
sess_count
== 0))
in qlt_free_session_done()
1236
if (tgt && tgt->tgt_stop && tgt->
sess_count
== 0)
in qlt_schedule_sess_for_deletion()
1402
vha->vha_tgt.qla_tgt->
sess_count
++;
in qlt_create_sess()
1409
"Adding sess %p se_sess %p to tgt %p
sess_count
%d\n",
in qlt_create_sess()
1411
vha->vha_tgt.qla_tgt->
sess_count
);
in qlt_create_sess()
1478
"tgt %p,
sess_count
=%d\n",
in test_tgt_sess_count()
1479
tgt, tgt->
sess_count
);
in test_tgt_sess_count()
1480
res = (tgt->
sess_count
== 0);
in test_tgt_sess_count()
1527
"Waiting for tgt %p:
sess_count
in qlt_stop_phase1()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_target.h
814
int
sess_count
;
member
H
A
D
qla_target.c
1075
tgt->
sess_count
--;
in qlt_free_session_done()
1144
if (tgt && (tgt->
sess_count
== 0))
in qlt_free_session_done()
1260
if (tgt && tgt->tgt_stop && tgt->
sess_count
== 0)
in qlt_schedule_sess_for_deletion()
1426
vha->vha_tgt.qla_tgt->
sess_count
++;
in qlt_create_sess()
1433
"Adding sess %p se_sess %p to tgt %p
sess_count
%d\n",
in qlt_create_sess()
1435
vha->vha_tgt.qla_tgt->
sess_count
);
in qlt_create_sess()
1502
"tgt %p,
sess_count
=%d\n",
in test_tgt_sess_count()
1503
tgt, tgt->
sess_count
);
in test_tgt_sess_count()
1504
res = (tgt->
sess_count
== 0);
in test_tgt_sess_count()
1551
"Waiting for tgt %p:
sess_count
in qlt_stop_phase1()
[all...]
Completed in 19 milliseconds