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:avg_rtt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_nv.c
248
u32
avg_rtt
;
in tcpnv_acked()
local
275
avg_rtt
= (((u64)sample->rtt_us) * nv_rtt_factor +
in tcpnv_acked()
279
avg_rtt
= sample->rtt_us;
in tcpnv_acked()
280
ca->nv_min_rtt =
avg_rtt
<< 1;
in tcpnv_acked()
282
ca->nv_last_rtt =
avg_rtt
;
in tcpnv_acked()
284
avg_rtt
= sample->rtt_us;
in tcpnv_acked()
289
do_div(rate64,
avg_rtt
?: 1);
in tcpnv_acked()
304
avg_rtt
= nv_get_bounded_rtt(ca,
avg_rtt
);
in tcpnv_acked()
307
if (
avg_rtt
< c
in tcpnv_acked()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_nv.c
247
u32
avg_rtt
;
in tcpnv_acked()
local
274
avg_rtt
= (((u64)sample->rtt_us) * nv_rtt_factor +
in tcpnv_acked()
278
avg_rtt
= sample->rtt_us;
in tcpnv_acked()
279
ca->nv_min_rtt =
avg_rtt
<< 1;
in tcpnv_acked()
281
ca->nv_last_rtt =
avg_rtt
;
in tcpnv_acked()
283
avg_rtt
= sample->rtt_us;
in tcpnv_acked()
288
do_div(rate64,
avg_rtt
?: 1);
in tcpnv_acked()
303
avg_rtt
= nv_get_bounded_rtt(ca,
avg_rtt
);
in tcpnv_acked()
306
if (
avg_rtt
< c
in tcpnv_acked()
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
168
float
avg_rtt
;
member
2215
ping6_stats.
avg_rtt
= 0;
2362
PRINTK("rtt min/avg/max = %u/%.2f/%u ms\n", ping6_stats.min_rtt, ping6_stats.
avg_rtt
, ping6_stats.max_rtt);
2608
ping6_stats->
avg_rtt
= (float)(ping6_stats->
avg_rtt
+
2609
(float)((float)((float)rtt - ping6_stats->
avg_rtt
) / (float)(nreceived)));
Completed in 7 milliseconds