OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ath_smoothing_rate
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athrate-sample.c
442
if (sn->stats[size_bin][ndx0].total_packets < (100 / (100 - ssc->
ath_smoothing_rate
))) {
450
((sn->stats[size_bin][ndx0].average_tx_time * ssc->
ath_smoothing_rate
) +
451
(tt * (100 - ssc->
ath_smoothing_rate
))) / 100;
804
osc->
ath_smoothing_rate
= 95; /* ewma percentage (out of 100) */
athrate-sample.h
50
int
ath_smoothing_rate
; /* ewma percentage (out of 100) */
member in struct:sample_softc
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025