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:baseRTT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_vegas.c
98
vegas->
baseRTT
= 0x7fffffff;
in tcp_vegas_init()
109
* to find the propagation delay (
baseRTT
)
119
/* Never allow zero rtt or
baseRTT
*/
in tcp_vegas_pkts_acked()
123
if (vrtt < vegas->
baseRTT
)
in tcp_vegas_pkts_acked()
124
vegas->
baseRTT
= vrtt;
in tcp_vegas_pkts_acked()
218
* (actual rate in segments) *
baseRTT
in tcp_vegas_cong_avoid()
220
target_cwnd = (u64)tp->snd_cwnd * vegas->
baseRTT
;
in tcp_vegas_cong_avoid()
227
diff = tp->snd_cwnd * (rtt-vegas->
baseRTT
) / vegas->
baseRTT
;
in tcp_vegas_cong_avoid()
236
* cwnd = (actual rate) *
baseRTT
in tcp_vegas_cong_avoid()
[all...]
H
A
D
tcp_yeah.c
134
bw *= rtt - yeah->vegas.
baseRTT
;
in tcp_yeah_cong_avoid()
139
rtt - yeah->vegas.
baseRTT
> (yeah->vegas.
baseRTT
/ TCP_YEAH_PHY)) {
in tcp_yeah_cong_avoid()
H
A
D
tcp_vegas.h
16
u32
baseRTT
; /* the min of all Vegas RTT measurements seen (in usec) */
member
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_vegas.c
98
vegas->
baseRTT
= 0x7fffffff;
in tcp_vegas_init()
109
* to find the propagation delay (
baseRTT
)
119
/* Never allow zero rtt or
baseRTT
*/
in tcp_vegas_pkts_acked()
123
if (vrtt < vegas->
baseRTT
)
in tcp_vegas_pkts_acked()
124
vegas->
baseRTT
= vrtt;
in tcp_vegas_pkts_acked()
218
* (actual rate in segments) *
baseRTT
in tcp_vegas_cong_avoid()
220
target_cwnd = (u64)tcp_snd_cwnd(tp) * vegas->
baseRTT
;
in tcp_vegas_cong_avoid()
227
diff = tcp_snd_cwnd(tp) * (rtt-vegas->
baseRTT
) / vegas->
baseRTT
;
in tcp_vegas_cong_avoid()
236
* cwnd = (actual rate) *
baseRTT
in tcp_vegas_cong_avoid()
[all...]
H
A
D
tcp_yeah.c
134
bw *= rtt - yeah->vegas.
baseRTT
;
in tcp_yeah_cong_avoid()
139
rtt - yeah->vegas.
baseRTT
> (yeah->vegas.
baseRTT
/ TCP_YEAH_PHY)) {
in tcp_yeah_cong_avoid()
H
A
D
tcp_vegas.h
16
u32
baseRTT
; /* the min of all Vegas RTT measurements seen (in usec) */
member
Completed in 3 milliseconds