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:subpool_cnt
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.c
203
for (us_subpool_idx = 0; us_subpool_idx < mem_pool_cfg->
subpool_cnt
; us_subpool_idx++) {
in oal_mem_get_total_cnt_in_pool()
268
for (subpool_id = 0; subpool_id < mem_pool->
subpool_cnt
; subpool_id++) {
in oal_mem_create_subpool()
300
hi_u8
subpool_cnt
;
in oal_mem_create_pool()
local
309
subpool_cnt
= mem_pool_cfg->
subpool_cnt
;
in oal_mem_create_pool()
310
mem_pool->
subpool_cnt
= mem_pool_cfg->
subpool_cnt
;
in oal_mem_create_pool()
312
mem_pool->us_max_byte_len = mem_pool_cfg->subpool_cfg_info[
subpool_cnt
- 1].us_size;
in oal_mem_create_pool()
314
if (mem_pool->
subpool_cnt
> WLAN_MEM_MAX_SUBPOOL_NUM) {
in oal_mem_create_pool()
321
for (subpool_id = 0; subpool_id <
subpool_cnt
; subpool_i
in oal_mem_create_pool()
531
hi_u8
subpool_cnt
;
oal_mem_get_total_bytes_in_pool()
local
[all...]
H
A
D
oal_mem.h
247
hi_u8
subpool_cnt
; /* 本内存池一共有多少子内存池 */
member
272
hi_u8
subpool_cnt
; /* 本内存池子内存池个数 */
member
Completed in 6 milliseconds