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:fail_avg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mesh_hwmp.c
308
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
, failed * 100);
in ieee80211s_update_metric()
309
if (ewma_mesh_fail_avg_read(&sta->mesh->
fail_avg
) >
in ieee80211s_update_metric()
328
unsigned long
fail_avg
=
in airtime_link_metric_get()
local
329
ewma_mesh_fail_avg_read(&sta->mesh->
fail_avg
);
in airtime_link_metric_get()
344
if (
fail_avg
> LINK_FAIL_THRESH)
in airtime_link_metric_get()
351
err = (
fail_avg
<< ARITH_SHIFT) / 100;
in airtime_link_metric_get()
500
ewma_mesh_fail_avg_init(&sta->mesh->
fail_avg
);
in hwmp_route_info_get()
502
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
, 1);
in hwmp_route_info_get()
546
ewma_mesh_fail_avg_init(&sta->mesh->
fail_avg
);
in hwmp_route_info_get()
548
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
,
in hwmp_route_info_get()
[all...]
H
A
D
mesh_pathtbl.c
764
ewma_mesh_fail_avg_init(&next_hop->mesh->
fail_avg
);
in mesh_path_fix_nexthop()
766
ewma_mesh_fail_avg_add(&next_hop->mesh->
fail_avg
, 1);
in mesh_path_fix_nexthop()
H
A
D
sta_info.h
388
* @
fail_avg
: moving percentage of failed MSDUs
418
struct ewma_mesh_fail_avg
fail_avg
;
member
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mesh_hwmp.c
308
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
, failed * 100);
in ieee80211s_update_metric()
309
if (ewma_mesh_fail_avg_read(&sta->mesh->
fail_avg
) >
in ieee80211s_update_metric()
333
unsigned long
fail_avg
=
in airtime_link_metric_get()
local
334
ewma_mesh_fail_avg_read(&sta->mesh->
fail_avg
);
in airtime_link_metric_get()
349
if (
fail_avg
> LINK_FAIL_THRESH)
in airtime_link_metric_get()
356
err = (
fail_avg
<< ARITH_SHIFT) / 100;
in airtime_link_metric_get()
510
ewma_mesh_fail_avg_init(&sta->mesh->
fail_avg
);
in hwmp_route_info_get()
512
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
, 1);
in hwmp_route_info_get()
560
ewma_mesh_fail_avg_init(&sta->mesh->
fail_avg
);
in hwmp_route_info_get()
562
ewma_mesh_fail_avg_add(&sta->mesh->
fail_avg
,
in hwmp_route_info_get()
[all...]
H
A
D
sta_info.h
392
* @
fail_avg
: moving percentage of failed MSDUs
422
struct ewma_mesh_fail_avg
fail_avg
;
member
H
A
D
mesh_pathtbl.c
1031
ewma_mesh_fail_avg_init(&next_hop->mesh->
fail_avg
);
in mesh_path_fix_nexthop()
1033
ewma_mesh_fail_avg_add(&next_hop->mesh->
fail_avg
, 1);
in mesh_path_fix_nexthop()
Completed in 9 milliseconds