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:BBR_PROBE_RTT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
83
BBR_PROBE_RTT
, /* cut inflight to min to probe min_rtt */
enumerator
90
u32 probe_rtt_done_stamp; /* end time for
BBR_PROBE_RTT
mode */
100
probe_rtt_round_done:1, /* a
BBR_PROBE_RTT
round at 4 pkts? */
134
/* Minimum time (in ms) spent at bbr_cwnd_min_target in
BBR_PROBE_RTT
mode: */
323
if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode !=
BBR_PROBE_RTT
)
in bbr_save_cwnd()
325
else /* loss recovery or
BBR_PROBE_RTT
have temporarily cut cwnd */
in bbr_save_cwnd()
343
else if (bbr->mode ==
BBR_PROBE_RTT
)
in bbr_cwnd_event()
546
if (bbr->mode ==
BBR_PROBE_RTT
) /* drain queue, refresh min_rtt */
in bbr_set_cwnd()
955
!bbr->idle_restart && bbr->mode !=
BBR_PROBE_RTT
) {
in bbr_update_min_rtt()
956
bbr->mode =
BBR_PROBE_RTT
; /* di
in bbr_update_min_rtt()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
85
BBR_PROBE_RTT
, /* cut inflight to min to probe min_rtt */
enumerator
92
u32 probe_rtt_done_stamp; /* end time for
BBR_PROBE_RTT
mode */
102
probe_rtt_round_done:1, /* a
BBR_PROBE_RTT
round at 4 pkts? */
136
/* Minimum time (in ms) spent at bbr_cwnd_min_target in
BBR_PROBE_RTT
mode: */
325
if (bbr->prev_ca_state < TCP_CA_Recovery && bbr->mode !=
BBR_PROBE_RTT
)
in bbr_save_cwnd()
327
else /* loss recovery or
BBR_PROBE_RTT
have temporarily cut cwnd */
in bbr_save_cwnd()
345
else if (bbr->mode ==
BBR_PROBE_RTT
)
in bbr_cwnd_event()
548
if (bbr->mode ==
BBR_PROBE_RTT
) /* drain queue, refresh min_rtt */
in bbr_set_cwnd()
957
!bbr->idle_restart && bbr->mode !=
BBR_PROBE_RTT
) {
in bbr_update_min_rtt()
958
bbr->mode =
BBR_PROBE_RTT
; /* di
in bbr_update_min_rtt()
[all...]
Completed in 5 milliseconds