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:pr_reg_deve
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_pr.c
649
pr_reg->
pr_reg_deve
= dest_deve;
in __core_scsi3_do_alloc_registration()
652
pr_reg->
pr_reg_deve
= target_nacl_find_deve(nacl, mapped_lun);
in __core_scsi3_do_alloc_registration()
653
if (!pr_reg->
pr_reg_deve
) {
in __core_scsi3_do_alloc_registration()
660
kref_get(&pr_reg->
pr_reg_deve
->pr_kref);
in __core_scsi3_do_alloc_registration()
815
core_scsi3_lunacl_undepend_item(pr_reg_tmp->
pr_reg_deve
);
in __core_scsi3_alloc_registration()
855
pr_reg->
pr_reg_deve
= NULL;
in core_scsi3_alloc_aptpl_registration()
959
* Obtain the ->
pr_reg_deve
pointer + reference, that
in __core_scsi3_check_aptpl_registration()
963
pr_reg->
pr_reg_deve
= target_nacl_find_deve(nacl, mapped_lun);
in __core_scsi3_check_aptpl_registration()
964
if (!pr_reg->
pr_reg_deve
) {
in __core_scsi3_check_aptpl_registration()
970
kref_get(&pr_reg->
pr_reg_deve
in __core_scsi3_check_aptpl_registration()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_pr.c
650
pr_reg->
pr_reg_deve
= dest_deve;
in __core_scsi3_do_alloc_registration()
653
pr_reg->
pr_reg_deve
= target_nacl_find_deve(nacl, mapped_lun);
in __core_scsi3_do_alloc_registration()
654
if (!pr_reg->
pr_reg_deve
) {
in __core_scsi3_do_alloc_registration()
661
kref_get(&pr_reg->
pr_reg_deve
->pr_kref);
in __core_scsi3_do_alloc_registration()
814
core_scsi3_lunacl_undepend_item(pr_reg_tmp->
pr_reg_deve
);
in __core_scsi3_alloc_registration()
854
pr_reg->
pr_reg_deve
= NULL;
in core_scsi3_alloc_aptpl_registration()
955
* Obtain the ->
pr_reg_deve
pointer + reference, that
in __core_scsi3_check_aptpl_registration()
959
pr_reg->
pr_reg_deve
= target_nacl_find_deve(nacl, mapped_lun);
in __core_scsi3_check_aptpl_registration()
960
if (!pr_reg->
pr_reg_deve
) {
in __core_scsi3_check_aptpl_registration()
966
kref_get(&pr_reg->
pr_reg_deve
in __core_scsi3_check_aptpl_registration()
[all...]
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
367
struct se_dev_entry *
pr_reg_deve
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
374
struct se_dev_entry *
pr_reg_deve
;
member
Completed in 11 milliseconds