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_aptpl_active
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_pr.c
990
* Reenable
pr_aptpl_active
to accept new metadata
in __core_scsi3_check_aptpl_registration()
994
pr_tmpl->
pr_aptpl_active
= 1;
in __core_scsi3_check_aptpl_registration()
2019
dev->t10_pr.
pr_aptpl_active
= 0;
in core_scsi3_update_and_write_aptpl()
2045
dev->t10_pr.
pr_aptpl_active
= 1;
in core_scsi3_update_and_write_aptpl()
2423
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_reserve()
2668
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_emulate_pro_release()
2987
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_preempt()
3116
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_preempt()
3865
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pri_report_capabilities()
H
A
D
target_core_configfs.c
1877
(dev->t10_pr.
pr_aptpl_active
) ? "Activated" : "Disabled");
in target_pr_res_aptpl_active_show()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_pr.c
986
* Reenable
pr_aptpl_active
to accept new metadata
in __core_scsi3_check_aptpl_registration()
990
pr_tmpl->
pr_aptpl_active
= 1;
in __core_scsi3_check_aptpl_registration()
2002
dev->t10_pr.
pr_aptpl_active
= 0;
in core_scsi3_update_and_write_aptpl()
2028
dev->t10_pr.
pr_aptpl_active
= 1;
in core_scsi3_update_and_write_aptpl()
2404
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_reserve()
2648
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_emulate_pro_release()
2981
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_preempt()
3110
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pro_preempt()
3899
if (pr_tmpl->
pr_aptpl_active
)
in core_scsi3_pri_report_capabilities()
H
A
D
target_core_configfs.c
1981
(dev->t10_pr.
pr_aptpl_active
) ? "Activated" : "Disabled");
in target_pr_res_aptpl_active_show()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
380
int
pr_aptpl_active
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
387
int
pr_aptpl_active
;
member
Completed in 24 milliseconds