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:txc_hist
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_linux_lb.c
439
dhd->
txc_hist
[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size);
in dhd_lb_stats_init()
440
if (!dhd->
txc_hist
[j]) {
in dhd_lb_stats_init()
441
DHD_ERROR(("%s(): dhd->
txc_hist
[%d] malloc failed \n",
in dhd_lb_stats_init()
446
DHD_LB_STATS_CLR(dhd->
txc_hist
[j][i]);
in dhd_lb_stats_init()
520
if (dhd->
txc_hist
[j]) {
in dhd_lb_stats_deinit()
521
MFREE(dhdp->osh, dhd->
txc_hist
[j], alloc_size);
in dhd_lb_stats_deinit()
522
dhd->
txc_hist
[j] = NULL;
in dhd_lb_stats_deinit()
641
dhd_lb_stats_dump_histo(dhdp, strbuf, dhd->
txc_hist
);
in dhd_lb_stats_dump()
707
dhd_lb_stats_update_histo(dhd->
txc_hist
, count, cpu);
in dhd_lb_stats_update_txc_histo()
H
A
D
dhd_linux_priv.h
327
uint32 *
txc_hist
[HIST_BIN_SIZE];
member
Completed in 3 milliseconds