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:nr_reconnects
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
tcp.c
2098
++ctrl->
nr_reconnects
;
in nvme_tcp_reconnect_ctrl_work()
2104
ctrl->
nr_reconnects
);
in nvme_tcp_reconnect_ctrl_work()
2106
ctrl->
nr_reconnects
= 0;
in nvme_tcp_reconnect_ctrl_work()
2112
ctrl->
nr_reconnects
);
in nvme_tcp_reconnect_ctrl_work()
2177
++ctrl->
nr_reconnects
;
in nvme_reset_ctrl_work()
H
A
D
rdma.c
1191
++ctrl->ctrl.
nr_reconnects
;
in nvme_rdma_reconnect_ctrl_work()
1197
ctrl->ctrl.
nr_reconnects
);
in nvme_rdma_reconnect_ctrl_work()
1199
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_rdma_reconnect_ctrl_work()
1205
ctrl->ctrl.
nr_reconnects
);
in nvme_rdma_reconnect_ctrl_work()
2285
++ctrl->ctrl.
nr_reconnects
;
in nvme_rdma_reset_ctrl_work()
H
A
D
nvme.h
348
int
nr_reconnects
;
member
H
A
D
fc.c
3050
++ctrl->ctrl.
nr_reconnects
;
in nvme_fc_create_association()
3155
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_fc_create_association()
3303
ctrl->cnum, ctrl->ctrl.
nr_reconnects
);
in nvme_fc_reconnect_or_delete()
3460
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_fc_init_ctrl()
H
A
D
fabrics.c
482
ctrl->
nr_reconnects
< ctrl->opts->max_reconnects)
in nvmf_should_reconnect()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
tcp.c
2095
++ctrl->
nr_reconnects
;
in nvme_tcp_reconnect_ctrl_work()
2101
ctrl->
nr_reconnects
);
in nvme_tcp_reconnect_ctrl_work()
2103
ctrl->
nr_reconnects
= 0;
in nvme_tcp_reconnect_ctrl_work()
2109
ctrl->
nr_reconnects
);
in nvme_tcp_reconnect_ctrl_work()
2176
++ctrl->
nr_reconnects
;
in nvme_reset_ctrl_work()
H
A
D
rdma.c
1101
++ctrl->ctrl.
nr_reconnects
;
in nvme_rdma_reconnect_ctrl_work()
1107
ctrl->ctrl.
nr_reconnects
);
in nvme_rdma_reconnect_ctrl_work()
1109
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_rdma_reconnect_ctrl_work()
1115
ctrl->ctrl.
nr_reconnects
);
in nvme_rdma_reconnect_ctrl_work()
2172
++ctrl->ctrl.
nr_reconnects
;
in nvme_rdma_reset_ctrl_work()
H
A
D
fc.c
3065
++ctrl->ctrl.
nr_reconnects
;
in nvme_fc_create_association()
3175
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_fc_create_association()
3333
ctrl->cnum, ctrl->ctrl.
nr_reconnects
);
in nvme_fc_reconnect_or_delete()
3490
ctrl->ctrl.
nr_reconnects
= 0;
in nvme_fc_init_ctrl()
H
A
D
nvme.h
382
int
nr_reconnects
;
member
H
A
D
fabrics.c
564
ctrl->
nr_reconnects
< ctrl->opts->max_reconnects)
in nvmf_should_reconnect()
Completed in 30 milliseconds