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:region_table
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-switch.c
51
region_table_slot_t *
region_table
; /* Region table */
member
116
sctx->
region_table
= vmalloc(array_size(nr_slots,
in alloc_region_table()
118
if (!sctx->
region_table
) {
in alloc_region_table()
147
return (READ_ONCE(sctx->
region_table
[region_index]) >> bit) &
in switch_region_table_read()
183
pte = sctx->
region_table
[region_index];
in switch_region_table_write()
186
sctx->
region_table
[region_index] = pte;
in switch_region_table_write()
240
vfree(sctx->
region_table
);
in switch_dtr()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-switch.c
52
region_table_slot_t *
region_table
; /* Region table */
member
117
sctx->
region_table
= vmalloc(array_size(nr_slots,
in alloc_region_table()
119
if (!sctx->
region_table
) {
in alloc_region_table()
148
return (READ_ONCE(sctx->
region_table
[region_index]) >> bit) &
in switch_region_table_read()
184
pte = sctx->
region_table
[region_index];
in switch_region_table_write()
187
sctx->
region_table
[region_index] = pte;
in switch_region_table_write()
241
vfree(sctx->
region_table
);
in switch_dtr()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
coredump.c
1296
.
region_table
= {
1305
.
region_table
= {
1314
.
region_table
= {
1323
.
region_table
= {
1332
.
region_table
= {
1341
.
region_table
= {
1350
.
region_table
= {
1359
.
region_table
= {
1368
.
region_table
= {
1377
.
region_table
[all...]
H
A
D
coredump.h
164
}
region_table
;
member
H
A
D
sdio.c
2435
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_sdio_dump_memory()
2442
for (i = 0; i < mem_layout->
region_table
.size; i++) {
in ath10k_sdio_dump_memory()
H
A
D
pci.c
1675
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_pci_dump_memory()
1682
for (i = 0; i < mem_layout->
region_table
.size; i++) {
in ath10k_pci_dump_memory()
H
A
D
snoc.c
1431
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_msa_dump_memory()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
coredump.c
1296
.
region_table
= {
1305
.
region_table
= {
1314
.
region_table
= {
1323
.
region_table
= {
1332
.
region_table
= {
1341
.
region_table
= {
1350
.
region_table
= {
1359
.
region_table
= {
1368
.
region_table
= {
1377
.
region_table
[all...]
H
A
D
coredump.h
164
}
region_table
;
member
H
A
D
sdio.c
2434
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_sdio_dump_memory()
2441
for (i = 0; i < mem_layout->
region_table
.size; i++) {
in ath10k_sdio_dump_memory()
H
A
D
core.c
2859
for (i = 0; i < hw_mem->
region_table
.size; i++) {
in ath10k_core_copy_target_iram()
2860
tmp = &hw_mem->
region_table
.regions[i];
in ath10k_core_copy_target_iram()
H
A
D
pci.c
1675
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_pci_dump_memory()
1682
for (i = 0; i < mem_layout->
region_table
.size; i++) {
in ath10k_pci_dump_memory()
H
A
D
snoc.c
1437
current_region = &mem_layout->
region_table
.regions[0];
in ath10k_msa_dump_memory()
Completed in 27 milliseconds