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:internal_depth
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
5000
(ioc->
internal_depth
+ INTERNAL_SCSIIO_CMDS_COUNT)) {
in _base_reduce_hba_queue_depth()
5207
ioc->
internal_depth
= min_t(int, (facts->HighPriorityCredit + (5)),
in _base_allocate_memory_pools()
5209
if (ioc->
internal_depth
< INTERNAL_CMDS_COUNT) {
in _base_allocate_memory_pools()
5216
ioc->
internal_depth
= 10;
in _base_allocate_memory_pools()
5219
ioc->hi_priority_depth = ioc->
internal_depth
- (5);
in _base_allocate_memory_pools()
5223
ioc->
internal_depth
, facts->RequestCredit);
in _base_allocate_memory_pools()
5228
(MPT3SAS_KDUMP_SCSI_IO_DEPTH + ioc->
internal_depth
));
in _base_allocate_memory_pools()
5346
ioc->hi_priority_depth - ioc->
internal_depth
;
in _base_allocate_memory_pools()
5366
sz += (ioc->
internal_depth
* ioc->request_sz);
in _base_allocate_memory_pools()
5444
ioc->internal_lookup = kcalloc(ioc->
internal_depth
,
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1155
* @
internal_depth
:
1403
u16
internal_depth
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
5928
(ioc->
internal_depth
+ INTERNAL_SCSIIO_CMDS_COUNT)) {
in _base_reduce_hba_queue_depth()
6316
ioc->
internal_depth
= min_t(int, (facts->HighPriorityCredit + (5)),
in _base_allocate_memory_pools()
6318
if (ioc->
internal_depth
< INTERNAL_CMDS_COUNT) {
in _base_allocate_memory_pools()
6325
ioc->
internal_depth
= 10;
in _base_allocate_memory_pools()
6328
ioc->hi_priority_depth = ioc->
internal_depth
- (5);
in _base_allocate_memory_pools()
6332
ioc->
internal_depth
, facts->RequestCredit);
in _base_allocate_memory_pools()
6337
(MPT3SAS_KDUMP_SCSI_IO_DEPTH + ioc->
internal_depth
));
in _base_allocate_memory_pools()
6456
ioc->hi_priority_depth - ioc->
internal_depth
;
in _base_allocate_memory_pools()
6476
sz += (ioc->
internal_depth
* ioc->request_sz);
in _base_allocate_memory_pools()
6554
ioc->internal_lookup = kcalloc(ioc->
internal_depth
,
in _base_allocate_memory_pools()
[all...]
H
A
D
mpt3sas_base.h
1290
* @
internal_depth
:
1550
u16
internal_depth
;
member
Completed in 39 milliseconds