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:lt_bw
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
104
lt_use_bw:1; /* use
lt_bw
as our bw estimate? */
105
u32
lt_bw
; /* LT est delivery rate in pkts/uS << 24 */
member
190
/* If we estimate we're policed, use
lt_bw
for this many round trips: */
225
return bbr->lt_use_bw ? bbr->
lt_bw
: bbr_max_bw(sk);
in bbr_bw()
648
bbr->
lt_bw
= 0;
in bbr_reset_lt_bw_sampling()
660
if (bbr->
lt_bw
) { /* do we have bw from a previous interval? */
in bbr_lt_bw_interval_done()
661
/* Is new bw close to the
lt_bw
from the previous interval? */
in bbr_lt_bw_interval_done()
662
diff = abs(bw - bbr->
lt_bw
);
in bbr_lt_bw_interval_done()
663
if ((diff * BBR_UNIT <= bbr_lt_bw_ratio * bbr->
lt_bw
) ||
in bbr_lt_bw_interval_done()
667
bbr->
lt_bw
in bbr_lt_bw_interval_done()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
106
lt_use_bw:1; /* use
lt_bw
as our bw estimate? */
107
u32
lt_bw
; /* LT est delivery rate in pkts/uS << 24 */
member
192
/* If we estimate we're policed, use
lt_bw
for this many round trips: */
227
return bbr->lt_use_bw ? bbr->
lt_bw
: bbr_max_bw(sk);
in bbr_bw()
650
bbr->
lt_bw
= 0;
in bbr_reset_lt_bw_sampling()
662
if (bbr->
lt_bw
) { /* do we have bw from a previous interval? */
in bbr_lt_bw_interval_done()
663
/* Is new bw close to the
lt_bw
from the previous interval? */
in bbr_lt_bw_interval_done()
664
diff = abs(bw - bbr->
lt_bw
);
in bbr_lt_bw_interval_done()
665
if ((diff * BBR_UNIT <= bbr_lt_bw_ratio * bbr->
lt_bw
) ||
in bbr_lt_bw_interval_done()
669
bbr->
lt_bw
in bbr_lt_bw_interval_done()
[all...]
Completed in 4 milliseconds