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_max_bw
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
213
static u32
bbr_max_bw
(const struct sock *sk)
in bbr_max_bw()
function
225
return bbr->lt_use_bw ? bbr->lt_bw :
bbr_max_bw
(sk);
in bbr_bw()
568
bw =
bbr_max_bw
(sk);
in bbr_is_next_cycle_phase()
795
if (!rs->is_app_limited || bw >=
bbr_max_bw
(sk)) {
in bbr_update_bw()
880
if (
bbr_max_bw
(sk) >= bw_thresh) {
in bbr_check_full_bw_reached()
881
bbr->full_bw =
bbr_max_bw
(sk);
in bbr_check_full_bw_reached()
897
bbr_inflight(sk,
bbr_max_bw
(sk), BBR_UNIT);
in bbr_check_drain()
901
bbr_inflight(sk,
bbr_max_bw
(sk), BBR_UNIT))
in bbr_check_drain()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
215
static u32
bbr_max_bw
(const struct sock *sk)
in bbr_max_bw()
function
227
return bbr->lt_use_bw ? bbr->lt_bw :
bbr_max_bw
(sk);
in bbr_bw()
570
bw =
bbr_max_bw
(sk);
in bbr_is_next_cycle_phase()
797
if (!rs->is_app_limited || bw >=
bbr_max_bw
(sk)) {
in bbr_update_bw()
882
if (
bbr_max_bw
(sk) >= bw_thresh) {
in bbr_check_full_bw_reached()
883
bbr->full_bw =
bbr_max_bw
(sk);
in bbr_check_full_bw_reached()
899
bbr_inflight(sk,
bbr_max_bw
(sk), BBR_UNIT);
in bbr_check_drain()
903
bbr_inflight(sk,
bbr_max_bw
(sk), BBR_UNIT))
in bbr_check_drain()
Completed in 6 milliseconds