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:minRTT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_htcp.c
33
u32
minRTT
;
member
56
return htcp_cong_time(ca) / ca->
minRTT
;
in htcp_ccount()
87
/* keep track of minimum RTT seen so far,
minRTT
is zero at first */
in measure_rtt()
88
if (ca->
minRTT
> srtt || !ca->
minRTT
)
in measure_rtt()
89
ca->
minRTT
= srtt;
in measure_rtt()
93
if (ca->maxRTT < ca->
minRTT
)
in measure_rtt()
94
ca->maxRTT = ca->
minRTT
;
in measure_rtt()
128
now - ca->lasttime >= ca->
minRTT
&&
in measure_achieved_throughput()
129
ca->
minRTT
>
in measure_achieved_throughput()
147
htcp_beta_update(struct htcp *ca, u32
minRTT
, u32 maxRTT)
htcp_beta_update()
argument
175
u32
minRTT
= ca->
minRTT
;
htcp_alpha_update()
local
211
u32
minRTT
= ca->
minRTT
;
htcp_param_update()
local
[all...]
H
A
D
tcp_vegas.c
83
vegas->
minRTT
= 0x7fffffff;
in vegas_enable()
129
vegas->
minRTT
= min(vegas->
minRTT
, vrtt);
in tcp_vegas_pkts_acked()
212
rtt = vegas->
minRTT
;
in tcp_vegas_cong_avoid()
282
vegas->
minRTT
= 0x7fffffff;
in tcp_vegas_cong_avoid()
299
info->vegas.tcpv_minrtt = ca->
minRTT
;
in tcp_vegas_get_info()
H
A
D
tcp_yeah.c
128
rtt = yeah->vegas.
minRTT
;
in tcp_yeah_cong_avoid()
183
yeah->vegas.
minRTT
= 0x7fffffff;
in tcp_yeah_cong_avoid()
H
A
D
tcp_vegas.h
15
u32
minRTT
; /* min of RTTs measured within last RTT (in usec) */
member
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_htcp.c
33
u32
minRTT
;
member
56
return htcp_cong_time(ca) / ca->
minRTT
;
in htcp_ccount()
87
/* keep track of minimum RTT seen so far,
minRTT
is zero at first */
in measure_rtt()
88
if (ca->
minRTT
> srtt || !ca->
minRTT
)
in measure_rtt()
89
ca->
minRTT
= srtt;
in measure_rtt()
93
if (ca->maxRTT < ca->
minRTT
)
in measure_rtt()
94
ca->maxRTT = ca->
minRTT
;
in measure_rtt()
128
now - ca->lasttime >= ca->
minRTT
&&
in measure_achieved_throughput()
129
ca->
minRTT
>
in measure_achieved_throughput()
147
htcp_beta_update(struct htcp *ca, u32
minRTT
, u32 maxRTT)
htcp_beta_update()
argument
175
u32
minRTT
= ca->
minRTT
;
htcp_alpha_update()
local
211
u32
minRTT
= ca->
minRTT
;
htcp_param_update()
local
[all...]
H
A
D
tcp_vegas.c
83
vegas->
minRTT
= 0x7fffffff;
in vegas_enable()
129
vegas->
minRTT
= min(vegas->
minRTT
, vrtt);
in tcp_vegas_pkts_acked()
212
rtt = vegas->
minRTT
;
in tcp_vegas_cong_avoid()
283
vegas->
minRTT
= 0x7fffffff;
in tcp_vegas_cong_avoid()
300
info->vegas.tcpv_minrtt = ca->
minRTT
;
in tcp_vegas_get_info()
H
A
D
tcp_yeah.c
128
rtt = yeah->vegas.
minRTT
;
in tcp_yeah_cong_avoid()
183
yeah->vegas.
minRTT
= 0x7fffffff;
in tcp_yeah_cong_avoid()
H
A
D
tcp_vegas.h
15
u32
minRTT
; /* min of RTTs measured within last RTT (in usec) */
member
Completed in 4 milliseconds