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:high_iops_queues
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3213
if (ioc->
high_iops_queues
) {
in _base_assign_reply_queues()
3215
for (index = 0; index < ioc->
high_iops_queues
;
in _base_assign_reply_queues()
3225
if (reply_q->msix_index < ioc->
high_iops_queues
||
in _base_assign_reply_queues()
3248
nr_msix -= (ioc->
high_iops_queues
- iopoll_q_count);
in _base_assign_reply_queues()
3254
if (reply_q->msix_index < ioc->
high_iops_queues
||
in _base_assign_reply_queues()
3298
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3308
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3317
ioc->
high_iops_queues
= MPT3SAS_HIGH_IOPS_REPLY_QUEUES;
in _base_check_and_enable_high_iops_queues()
3319
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3346
struct irq_affinity desc = { .pre_vectors = ioc->
high_iops_queues
};
in _base_alloc_irq_vectors()
[all...]
H
A
D
mpt3sas_base.h
1397
u8
high_iops_queues
;
member
H
A
D
mpt3sas_scsih.c
11905
nr_msix_vectors - ioc->
high_iops_queues
;
in scsih_map_queues()
11906
offset = ioc->
high_iops_queues
;
in scsih_map_queues()
12371
ioc->reply_queue_count - ioc->
high_iops_queues
;
in _scsih_probe()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3029
if (ioc->
high_iops_queues
) {
in _base_assign_reply_queues()
3031
for (index = 0; index < ioc->
high_iops_queues
;
in _base_assign_reply_queues()
3041
if (reply_q->msix_index < ioc->
high_iops_queues
)
in _base_assign_reply_queues()
3063
nr_msix -= ioc->
high_iops_queues
;
in _base_assign_reply_queues()
3069
if (reply_q->msix_index < ioc->
high_iops_queues
)
in _base_assign_reply_queues()
3108
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3118
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3127
ioc->
high_iops_queues
= MPT3SAS_HIGH_IOPS_REPLY_QUEUES;
in _base_check_and_enable_high_iops_queues()
3129
ioc->
high_iops_queues
= 0;
in _base_check_and_enable_high_iops_queues()
3155
struct irq_affinity desc = { .pre_vectors = ioc->
high_iops_queues
};
in _base_alloc_irq_vectors()
[all...]
H
A
D
mpt3sas_base.h
1258
u8
high_iops_queues
;
member
Completed in 32 milliseconds