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:cycle_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
113
cycle_idx
:3, /* current index in pacing_gain cycle array */
member
403
if (bbr->mode == BBR_PROBE_BW && bbr->
cycle_idx
== 0)
in bbr_quantization_budget()
593
bbr->
cycle_idx
= (bbr->
cycle_idx
+ 1) & (CYCLE_LEN - 1);
in bbr_advance_cycle_phase()
619
bbr->
cycle_idx
= CYCLE_LEN - 1 - prandom_u32_max(bbr_cycle_rand);
in bbr_reset_probe_bw_mode()
1000
bbr_pacing_gain[bbr->
cycle_idx
]);
in bbr_update_gains()
1064
bbr->
cycle_idx
= 0;
in bbr_init()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
115
cycle_idx
:3, /* current index in pacing_gain cycle array */
member
405
if (bbr->mode == BBR_PROBE_BW && bbr->
cycle_idx
== 0)
in bbr_quantization_budget()
595
bbr->
cycle_idx
= (bbr->
cycle_idx
+ 1) & (CYCLE_LEN - 1);
in bbr_advance_cycle_phase()
621
bbr->
cycle_idx
= CYCLE_LEN - 1 - get_random_u32_below(bbr_cycle_rand);
in bbr_reset_probe_bw_mode()
1002
bbr_pacing_gain[bbr->
cycle_idx
]);
in bbr_update_gains()
1066
bbr->
cycle_idx
= 0;
in bbr_init()
Completed in 5 milliseconds