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:rtpg_sdev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H
A
D
scsi_dh_alua.c
80
struct scsi_device *
rtpg_sdev
;
member
114
if (pg->
rtpg_sdev
)
in release_port_group()
833
if (WARN_ON(!pg->
rtpg_sdev
))
in alua_rtpg_select_sdev()
844
if (h->sdev == pg->
rtpg_sdev
) {
in alua_rtpg_select_sdev()
866
prev_sdev = pg->
rtpg_sdev
;
in alua_rtpg_select_sdev()
867
pg->
rtpg_sdev
= sdev;
in alua_rtpg_select_sdev()
884
sdev = pg->
rtpg_sdev
;
in alua_rtpg_work()
955
pg->
rtpg_sdev
= NULL;
in alua_rtpg_work()
1010
if (pg->
rtpg_sdev
== NULL) {
in alua_rtpg_queue()
1018
pg->
rtpg_sdev
in alua_rtpg_queue()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H
A
D
scsi_dh_alua.c
80
struct scsi_device *
rtpg_sdev
;
member
113
if (pg->
rtpg_sdev
)
in release_port_group()
806
sdev = pg->
rtpg_sdev
;
in alua_rtpg_work()
866
pg->
rtpg_sdev
= NULL;
in alua_rtpg_work()
908
if (pg->
rtpg_sdev
== NULL) {
in alua_rtpg_queue()
912
pg->
rtpg_sdev
= sdev;
in alua_rtpg_queue()
Completed in 4 milliseconds