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:build_prp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2068
bool
build_prp
= false;
in megasas_is_prp_possible()
local
2086
build_prp
= true;
in megasas_is_prp_possible()
2091
build_prp
= true;
in megasas_is_prp_possible()
2094
return
build_prp
;
in megasas_is_prp_possible()
2123
bool
build_prp
= false;
in megasas_make_prp_nvme()
local
2128
build_prp
= megasas_is_prp_possible(instance, scmd, sge_count);
in megasas_make_prp_nvme()
2130
if (!
build_prp
)
in megasas_make_prp_nvme()
2221
return
build_prp
;
in megasas_make_prp_nvme()
2315
bool
build_prp
= false;
in megasas_make_sgl()
local
2327
build_prp
in megasas_make_sgl()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_fusion.c
2104
bool
build_prp
= false;
in megasas_is_prp_possible()
local
2122
build_prp
= true;
in megasas_is_prp_possible()
2127
build_prp
= true;
in megasas_is_prp_possible()
2130
return
build_prp
;
in megasas_is_prp_possible()
2159
bool
build_prp
= false;
in megasas_make_prp_nvme()
local
2164
build_prp
= megasas_is_prp_possible(instance, scmd, sge_count);
in megasas_make_prp_nvme()
2166
if (!
build_prp
)
in megasas_make_prp_nvme()
2257
return
build_prp
;
in megasas_make_prp_nvme()
2351
bool
build_prp
= false;
in megasas_make_sgl()
local
2363
build_prp
in megasas_make_sgl()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
2392
bool
build_prp
= true;
in base_is_prp_possible()
local
2397
build_prp
= false;
in base_is_prp_possible()
2398
return
build_prp
;
in base_is_prp_possible()
2405
build_prp
= false;
in base_is_prp_possible()
2407
return
build_prp
;
in base_is_prp_possible()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
2571
bool
build_prp
= true;
in base_is_prp_possible()
local
2576
build_prp
= false;
in base_is_prp_possible()
2577
return
build_prp
;
in base_is_prp_possible()
2584
build_prp
= false;
in base_is_prp_possible()
2586
return
build_prp
;
in base_is_prp_possible()
Completed in 31 milliseconds