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:cpu_msix_table
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3015
memset(ioc->
cpu_msix_table
, 0, ioc->cpu_msix_table_sz);
in _base_assign_reply_queues()
3055
ioc->
cpu_msix_table
[cpu] = reply_q->msix_index;
in _base_assign_reply_queues()
3079
ioc->
cpu_msix_table
[cpu] = reply_q->msix_index;
in _base_assign_reply_queues()
3590
return ioc->
cpu_msix_table
[raw_smp_processor_id()];
in _base_get_msix_index()
7305
/* setup
cpu_msix_table
*/
in mpt3sas_base_attach()
7310
ioc->
cpu_msix_table
= kzalloc(ioc->cpu_msix_table_sz, GFP_KERNEL);
in mpt3sas_base_attach()
7312
if (!ioc->
cpu_msix_table
) {
in mpt3sas_base_attach()
7313
ioc_info(ioc, "Allocation for
cpu_msix_table
failed!!!\n");
in mpt3sas_base_attach()
7567
kfree(ioc->
cpu_msix_table
);
in mpt3sas_base_attach()
7608
kfree(ioc->
cpu_msix_table
);
in mpt3sas_base_detach()
[all...]
H
A
D
mpt3sas_base.h
1057
* @
cpu_msix_table
: table for mapping cpus to msix index
1247
u8 *
cpu_msix_table
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
3199
memset(ioc->
cpu_msix_table
, 0, ioc->cpu_msix_table_sz);
in _base_assign_reply_queues()
3240
ioc->
cpu_msix_table
[cpu] = reply_q->msix_index;
in _base_assign_reply_queues()
3265
ioc->
cpu_msix_table
[cpu] = reply_q->msix_index;
in _base_assign_reply_queues()
3866
return ioc->
cpu_msix_table
[raw_smp_processor_id()];
in _base_get_msix_index()
8353
/* setup
cpu_msix_table
*/
in mpt3sas_base_attach()
8358
ioc->
cpu_msix_table
= kzalloc(ioc->cpu_msix_table_sz, GFP_KERNEL);
in mpt3sas_base_attach()
8360
if (!ioc->
cpu_msix_table
) {
in mpt3sas_base_attach()
8361
ioc_info(ioc, "Allocation for
cpu_msix_table
failed!!!\n");
in mpt3sas_base_attach()
8618
kfree(ioc->
cpu_msix_table
);
in mpt3sas_base_attach()
8659
kfree(ioc->
cpu_msix_table
);
in mpt3sas_base_detach()
[all...]
H
A
D
mpt3sas_base.h
1187
* @
cpu_msix_table
: table for mapping cpus to msix index
1384
u8 *
cpu_msix_table
;
member
Completed in 24 milliseconds