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_res_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_pr.c
74
int
pr_res_type
;
in is_reservation_holder()
local
77
pr_res_type
= pr_res_holder->
pr_res_type
;
in is_reservation_holder()
80
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_ALLREG ||
in is_reservation_holder()
81
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_ALLREG;
in is_reservation_holder()
155
if ((pr_reg->
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_REGONLY) ||
in target_check_scsi2_reservation_conflict()
156
(pr_reg->
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_REGONLY) ||
in target_check_scsi2_reservation_conflict()
157
(pr_reg->
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_ALLREG) ||
in target_check_scsi2_reservation_conflict()
158
(pr_reg->
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) {
in target_check_scsi2_reservation_conflict()
573
pr_reg_type = dev->dev_pr_res_holder->
pr_res_type
;
in target_scsi3_pr_reservation_check()
2460
int
pr_res_type
= 0, pr_res_scope = 0;
__core_scsi3_complete_pro_release()
local
3900
int format_code = 0,
pr_res_type
= 0, pr_res_scope = 0;
core_scsi3_pri_read_full_status()
local
[all...]
H
A
D
target_core_configfs.c
1844
core_scsi3_pr_dump_type(pr_reg->
pr_res_type
));
in target_pr_res_pr_type_show()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_pr.c
74
int
pr_res_type
;
in is_reservation_holder()
local
77
pr_res_type
= pr_res_holder->
pr_res_type
;
in is_reservation_holder()
80
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_ALLREG ||
in is_reservation_holder()
81
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_ALLREG;
in is_reservation_holder()
155
if ((pr_reg->
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_REGONLY) ||
in target_check_scsi2_reservation_conflict()
156
(pr_reg->
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_REGONLY) ||
in target_check_scsi2_reservation_conflict()
157
(pr_reg->
pr_res_type
== PR_TYPE_WRITE_EXCLUSIVE_ALLREG) ||
in target_check_scsi2_reservation_conflict()
158
(pr_reg->
pr_res_type
== PR_TYPE_EXCLUSIVE_ACCESS_ALLREG)) {
in target_check_scsi2_reservation_conflict()
574
pr_reg_type = dev->dev_pr_res_holder->
pr_res_type
;
in target_scsi3_pr_reservation_check()
2441
int
pr_res_type
= 0, pr_res_scope = 0;
__core_scsi3_complete_pro_release()
local
3934
int format_code = 0,
pr_res_type
= 0, pr_res_scope = 0;
core_scsi3_pri_read_full_status()
local
[all...]
H
A
D
target_core_configfs.c
1948
core_scsi3_pr_dump_type(pr_reg->
pr_res_type
));
in target_pr_res_pr_type_show()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
354
int
pr_res_type
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
361
int
pr_res_type
;
member
Completed in 18 milliseconds