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:lsreq_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
fc.c
55
struct list_head
lsreq_list
; /* tgtport->ls_req_list */
member
363
list_del(&lsop->
lsreq_list
);
in __nvmet_fc_finish_ls_req()
393
INIT_LIST_HEAD(&lsop->
lsreq_list
);
in __nvmet_fc_send_ls_req()
406
list_add_tail(&lsop->
lsreq_list
, &tgtport->ls_req_list);
in __nvmet_fc_send_ls_req()
423
list_del(&lsop->
lsreq_list
);
in __nvmet_fc_send_ls_req()
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
fc.c
55
struct list_head
lsreq_list
; /* tgtport->ls_req_list */
member
374
list_del(&lsop->
lsreq_list
);
in __nvmet_fc_finish_ls_req()
405
INIT_LIST_HEAD(&lsop->
lsreq_list
);
in __nvmet_fc_send_ls_req()
418
list_add_tail(&lsop->
lsreq_list
, &tgtport->ls_req_list);
in __nvmet_fc_send_ls_req()
435
list_del(&lsop->
lsreq_list
);
in __nvmet_fc_send_ls_req()
/kernel/linux/linux-5.10/drivers/nvme/host/
H
A
D
fc.c
65
struct list_head
lsreq_list
; /* rport->ls_req_list */
member
773
list_for_each_entry(lsop, &rport->ls_req_list,
lsreq_list
) {
in nvme_fc_abort_lsops()
1050
list_del(&lsop->
lsreq_list
);
in __nvme_fc_finish_ls_req()
1081
INIT_LIST_HEAD(&lsop->
lsreq_list
);
in __nvme_fc_send_ls_req()
1095
list_add_tail(&lsop->
lsreq_list
, &rport->ls_req_list);
in __nvme_fc_send_ls_req()
1112
list_del(&lsop->
lsreq_list
);
in __nvme_fc_send_ls_req()
/kernel/linux/linux-6.6/drivers/nvme/host/
H
A
D
fc.c
66
struct list_head
lsreq_list
; /* rport->ls_req_list */
member
767
list_for_each_entry(lsop, &rport->ls_req_list,
lsreq_list
) {
in nvme_fc_abort_lsops()
1044
list_del(&lsop->
lsreq_list
);
in __nvme_fc_finish_ls_req()
1075
INIT_LIST_HEAD(&lsop->
lsreq_list
);
in __nvme_fc_send_ls_req()
1089
list_add_tail(&lsop->
lsreq_list
, &rport->ls_req_list);
in __nvme_fc_send_ls_req()
1106
list_del(&lsop->
lsreq_list
);
in __nvme_fc_send_ls_req()
Completed in 17 milliseconds