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:cc_survey
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H
A
D
hw.c
171
common->
cc_survey
.cycles += cycles;
in ath_hw_cycle_counters_update()
172
common->
cc_survey
.rx_busy += busy;
in ath_hw_cycle_counters_update()
173
common->
cc_survey
.rx_frame += rx;
in ath_hw_cycle_counters_update()
174
common->
cc_survey
.tx_frame += tx;
in ath_hw_cycle_counters_update()
H
A
D
ath.h
175
struct ath_cycle_counters
cc_survey
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H
A
D
hw.c
171
common->
cc_survey
.cycles += cycles;
in ath_hw_cycle_counters_update()
172
common->
cc_survey
.rx_busy += busy;
in ath_hw_cycle_counters_update()
173
common->
cc_survey
.rx_frame += rx;
in ath_hw_cycle_counters_update()
174
common->
cc_survey
.tx_frame += tx;
in ath_hw_cycle_counters_update()
H
A
D
ath.h
175
struct ath_cycle_counters
cc_survey
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
link.c
512
struct ath_cycle_counters *cc = &common->
cc_survey
;
in ath_update_survey_stats()
H
A
D
ar9003_phy.c
2151
#define PCT(_field) (common->
cc_survey
._field * 100 / common->
cc_survey
.cycles)
in ar9003_hw_bb_watchdog_dbg_info()
2152
if (common->
cc_survey
.cycles)
in ar9003_hw_bb_watchdog_dbg_info()
H
A
D
main.c
138
memset(&common->
cc_survey
, 0, sizeof(common->
cc_survey
));
in ath9k_ps_wakeup()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
link.c
512
struct ath_cycle_counters *cc = &common->
cc_survey
;
in ath_update_survey_stats()
H
A
D
ar9003_phy.c
2142
#define PCT(_field) (common->
cc_survey
._field * 100 / common->
cc_survey
.cycles)
in ar9003_hw_bb_watchdog_dbg_info()
2143
if (common->
cc_survey
.cycles)
in ar9003_hw_bb_watchdog_dbg_info()
H
A
D
main.c
138
memset(&common->
cc_survey
, 0, sizeof(common->
cc_survey
));
in ath9k_ps_wakeup()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
652
struct ath_cycle_counters *cc = &common->
cc_survey
;
in ath5k_get_survey()
H
A
D
base.c
2943
memset(&common->
cc_survey
, 0, sizeof(common->
cc_survey
));
in ath5k_reset()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
mac80211-ops.c
653
struct ath_cycle_counters *cc = &common->
cc_survey
;
in ath5k_get_survey()
H
A
D
base.c
2988
memset(&common->
cc_survey
, 0, sizeof(common->
cc_survey
));
in ath5k_reset()
Completed in 23 milliseconds