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:oal_mem_stru
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.c
114
#define OAL_MEM_CTRL_BLK_SIZE (sizeof(
oal_mem_stru
*) + sizeof(
oal_mem_stru
))
238
oal_mem_stru
*mem = HI_NULL;
in oal_mem_create_subpool()
239
oal_mem_stru
**stack_mem = HI_NULL;
in oal_mem_create_subpool()
245
stack_mem = (
oal_mem_stru
**)oal_mem_ctrl_blk_alloc(sizeof(
oal_mem_stru
*) * mem_pool->us_mem_total_cnt);
in oal_mem_create_subpool()
251
/* 申请
oal_mem_stru
结构体,每个内存池申请一次,后面分割给每个子内存池使用 */
in oal_mem_create_subpool()
252
mem = (
oal_mem_stru
*)oal_mem_ctrl_blk_alloc(sizeof(
oal_mem_stru
) * mem_pool->us_mem_total_cnt);
in oal_mem_create_subpool()
259
memset_s(stack_mem, sizeof(
oal_mem_stru
*) * mem_poo
in oal_mem_create_subpool()
[all...]
H
A
D
oal_mem.h
65
/* |
oal_mem_stru
addr | payload | dog tag | */
88
/* |
oal_mem_stru
addr | payload | dog tag | */
209
结构名 :
oal_mem_stru
222
typedef struct oal_mem_stru_tag
oal_mem_stru
;
typedef
234
/* 记录
oal_mem_stru
可用内存索引表的栈顶元素,其内容为
oal_mem_stru
指针 */
254
oal_mem_stru
*mem_start_addr;
286
hi_u32 oal_mem_free_enhanced(
oal_mem_stru
*mem);
288
oal_mem_stru
*oal_mem_alloc_enhanced(oal_mem_pool_id_enum_uint8 pool_id, hi_u16 us_len);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_tx_data.h
94
hi_u32 hmac_tx_event_process(
oal_mem_stru
*event_mem);
H
A
D
hmac_tx_data.c
1465
hi_u32 hmac_tx_wlan_to_wlan_ap(
oal_mem_stru
*event_mem)
in hmac_tx_wlan_to_wlan_ap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H
A
D
frw_event.h
138
typedef
oal_mem_stru
frw_event_mem_stru; /* 事件结构体内存块转定义 */
Completed in 6 milliseconds