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:mem_block
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H
A
D
sgl.c
35
struct
mem_block
{
struct
39
}
mem_block
[HISI_ACC_MEM_BLOCK_NR];
member
61
struct
mem_block
*block;
in hisi_acc_create_sgl_pool()
82
block = pool->
mem_block
;
in hisi_acc_create_sgl_pool()
131
struct
mem_block
*block;
in hisi_acc_free_sgl_pool()
137
block = pool->
mem_block
;
in hisi_acc_free_sgl_pool()
150
struct
mem_block
*block;
in acc_get_sgl()
156
block = pool->
mem_block
;
in acc_get_sgl()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
hotplug-memory.c
217
struct memory_block *
mem_block
;
in lmb_to_memblock()
local
222
mem_block
= find_memory_block(mem_sect);
in lmb_to_memblock()
223
return
mem_block
;
in lmb_to_memblock()
257
struct memory_block *
mem_block
;
in dlpar_change_lmb_state()
local
260
mem_block
= lmb_to_memblock(lmb);
in dlpar_change_lmb_state()
261
if (!
mem_block
)
in dlpar_change_lmb_state()
264
if (online &&
mem_block
->dev.offline)
in dlpar_change_lmb_state()
265
rc = device_online(&
mem_block
->dev);
in dlpar_change_lmb_state()
266
else if (!online && !
mem_block
->dev.offline)
in dlpar_change_lmb_state()
267
rc = device_offline(&
mem_block
in dlpar_change_lmb_state()
372
struct memory_block *
mem_block
;
dlpar_remove_lmb()
local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
hotplug-memory.c
167
struct memory_block *
mem_block
;
in lmb_to_memblock()
local
171
mem_block
= find_memory_block(section_nr);
in lmb_to_memblock()
172
return
mem_block
;
in lmb_to_memblock()
206
struct memory_block *
mem_block
;
in dlpar_change_lmb_state()
local
209
mem_block
= lmb_to_memblock(lmb);
in dlpar_change_lmb_state()
210
if (!
mem_block
)
in dlpar_change_lmb_state()
213
if (online &&
mem_block
->dev.offline)
in dlpar_change_lmb_state()
214
rc = device_online(&
mem_block
->dev);
in dlpar_change_lmb_state()
215
else if (!online && !
mem_block
->dev.offline)
in dlpar_change_lmb_state()
216
rc = device_offline(&
mem_block
in dlpar_change_lmb_state()
307
struct memory_block *
mem_block
;
dlpar_remove_lmb()
local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H
A
D
sgl.c
36
struct
mem_block
{
struct
40
}
mem_block
[HISI_ACC_MEM_BLOCK_NR];
member
62
struct
mem_block
*block;
in hisi_acc_create_sgl_pool()
89
block = pool->
mem_block
;
in hisi_acc_create_sgl_pool()
142
struct
mem_block
*block;
in hisi_acc_free_sgl_pool()
148
block = pool->
mem_block
;
in hisi_acc_free_sgl_pool()
161
struct
mem_block
*block;
in acc_get_sgl()
167
block = pool->
mem_block
;
in acc_get_sgl()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
610
u32
mem_block
= rx_desc & RX_MEM_BLOCK_MASK;
in wl127x_prepare_read()
local
612
priv->rx_mem_addr->addr = (
mem_block
<< 8) +
in wl127x_prepare_read()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
610
u32
mem_block
= rx_desc & RX_MEM_BLOCK_MASK;
in wl127x_prepare_read()
local
612
priv->rx_mem_addr->addr = (
mem_block
<< 8) +
in wl127x_prepare_read()
Completed in 7 milliseconds