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:reply_map
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
165
unsigned int *
reply_map
;
member
H
A
D
hpsa.c
1157
reply_queue = h->
reply_map
[raw_smp_processor_id()];
in __enqueue_cmd_and_start_io()
7471
h->
reply_map
[cpu] = queue;
in hpsa_setup_reply_map()
7477
h->
reply_map
[cpu] = 0;
in hpsa_setup_reply_map()
8617
kfree(h->
reply_map
);
in hpda_free_ctlr_info()
8629
h->
reply_map
= kcalloc(nr_cpu_ids, sizeof(*h->
reply_map
), GFP_KERNEL);
in hpda_alloc_ctlr_info()
8630
if (!h->
reply_map
) {
in hpda_alloc_ctlr_info()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
165
unsigned int *
reply_map
;
member
H
A
D
hpsa.c
1163
reply_queue = h->
reply_map
[raw_smp_processor_id()];
in __enqueue_cmd_and_start_io()
7498
h->
reply_map
[cpu] = queue;
in hpsa_setup_reply_map()
7504
h->
reply_map
[cpu] = 0;
in hpsa_setup_reply_map()
8642
kfree(h->
reply_map
);
in hpda_free_ctlr_info()
8654
h->
reply_map
= kcalloc(nr_cpu_ids, sizeof(*h->
reply_map
), GFP_KERNEL);
in hpda_alloc_ctlr_info()
8655
if (!h->
reply_map
) {
in hpda_alloc_ctlr_info()
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
5815
instance->
reply_map
[cpu] = queue;
in megasas_setup_reply_map()
5822
instance->
reply_map
[cpu] = queue;
in megasas_setup_reply_map()
7074
instance->
reply_map
= kcalloc(nr_cpu_ids, sizeof(unsigned int),
in megasas_alloc_ctrl_mem()
7076
if (!instance->
reply_map
)
in megasas_alloc_ctrl_mem()
7095
kfree(instance->
reply_map
);
in megasas_alloc_ctrl_mem()
7096
instance->
reply_map
= NULL;
in megasas_alloc_ctrl_mem()
7109
kfree(instance->
reply_map
);
in megasas_free_ctrl_mem()
H
A
D
megaraid_sas.h
2275
unsigned int *
reply_map
;
member
H
A
D
megaraid_sas_fusion.c
383
instance->
reply_map
[raw_smp_processor_id()];
in megasas_get_msix_index()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H
A
D
megaraid_sas_base.c
5846
instance->
reply_map
[cpu] = queue;
in megasas_setup_reply_map()
5853
instance->
reply_map
[cpu] = queue;
in megasas_setup_reply_map()
7136
instance->
reply_map
= kcalloc(nr_cpu_ids, sizeof(unsigned int),
in megasas_alloc_ctrl_mem()
7138
if (!instance->
reply_map
)
in megasas_alloc_ctrl_mem()
7167
kfree(instance->
reply_map
);
in megasas_free_ctrl_mem()
H
A
D
megaraid_sas.h
2280
unsigned int *
reply_map
;
member
H
A
D
megaraid_sas_fusion.c
411
instance->
reply_map
[raw_smp_processor_id()];
in megasas_get_msix_index()
Completed in 69 milliseconds