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:us_total_cnt
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.c
42
hi_u16
us_total_cnt
; /* 本子内存池内存块总数 */
member
198
hi_u16
us_total_cnt
; /* 本内存池总字节数 */
in oal_mem_get_total_cnt_in_pool()
local
202
us_total_cnt
= 0;
in oal_mem_get_total_cnt_in_pool()
204
us_total_cnt
+= mem_pool_cfg->subpool_cfg_info[us_subpool_idx].us_cnt;
in oal_mem_get_total_cnt_in_pool()
206
return
us_total_cnt
;
in oal_mem_get_total_cnt_in_pool()
274
for (blk_id = 0; blk_id < mem_subpool->
us_total_cnt
; blk_id++) {
in oal_mem_create_subpool()
325
mem_subpool->
us_total_cnt
= mem_subpool_cfg->us_cnt;
in oal_mem_create_pool()
397
hi_u16
us_total_cnt
= 0;
in oal_mem_init_ctrl_blk()
local
402
us_total_cnt
+= oal_mem_get_total_cnt_in_pool(pool_id);
in oal_mem_init_ctrl_blk()
404
g_ctrl_blk.max_size = (hi_u32)(
us_total_cnt
* OAL_MEM_CTRL_BLK_SIZ
in oal_mem_init_ctrl_blk()
[all...]
H
A
D
oal_mem.h
237
hi_u16
us_total_cnt
; /* 本子内存池内存块总数 */
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H
A
D
frw_event.c
152
hi_u16
us_total_cnt
= vap_res_num * FRW_EVENT_TYPE_BUTT; /* 逻辑保证不会溢出 */
in frw_event_init_event_queue()
local
164
(frw_event_queue_stru *)hi_malloc(HI_MOD_ID_WIFI_DRV,
us_total_cnt
* sizeof(frw_event_queue_stru));
in frw_event_init_event_queue()
170
memset_s((hi_void *)g_ast_event_manager.event_queue,
us_total_cnt
* sizeof(frw_event_queue_stru), 0,
in frw_event_init_event_queue()
171
us_total_cnt
* sizeof(frw_event_queue_stru));
in frw_event_init_event_queue()
173
for (us_qid = 0; us_qid <
us_total_cnt
; us_qid++) {
in frw_event_init_event_queue()
299
hi_u16
us_total_cnt
;
in frw_event_destroy_event_queue()
local
306
us_total_cnt
= vap_res_num * FRW_EVENT_TYPE_BUTT; /* 逻辑保证不会溢出 */
in frw_event_destroy_event_queue()
308
for (us_qid = 0; us_qid <
us_total_cnt
; us_qid++) {
in frw_event_destroy_event_queue()
Completed in 3 milliseconds