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:max_rtt
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_illinois.c
48
u32
max_rtt
; /* max of all rtt in usec */
member
66
/* TODO: age
max_rtt
? */
in rtt_reset()
76
ca->
max_rtt
= 0;
in tcp_illinois_init()
106
if (ca->
max_rtt
< rtt_us)
in tcp_illinois_acked()
107
ca->
max_rtt
= rtt_us;
in tcp_illinois_acked()
116
return ca->
max_rtt
- ca->base_rtt;
in max_delay()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_illinois.c
48
u32
max_rtt
; /* max of all rtt in usec */
member
66
/* TODO: age
max_rtt
? */
in rtt_reset()
76
ca->
max_rtt
= 0;
in tcp_illinois_init()
106
if (ca->
max_rtt
< rtt_us)
in tcp_illinois_acked()
107
ca->
max_rtt
= rtt_us;
in tcp_illinois_acked()
116
return ca->
max_rtt
- ca->base_rtt;
in max_delay()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H
A
D
api_shell.c
167
u32_t
max_rtt
;
member
2216
ping6_stats.
max_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
);
2599
if (rtt > ping6_stats->
max_rtt
) {
2600
ping6_stats->
max_rtt
= rtt;
Completed in 9 milliseconds