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:curr_rtt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
86
__u8 sample_cnt; /* number of samples to decide
curr_rtt
*/
91
__u32
curr_rtt
; /* the minimum rtt of current round */
member
168
ca->
curr_rtt
= ~0U;
in bictcp_hystart_reset()
485
if (ca->
curr_rtt
> delay)
in hystart_update()
486
ca->
curr_rtt
= delay;
in hystart_update()
490
if (ca->
curr_rtt
> ca->delay_min +
in hystart_update()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_cubic.c
97
u8 sample_cnt; /* number of samples to decide
curr_rtt
*/
102
u32
curr_rtt
; /* the minimum rtt of current round */
member
132
ca->
curr_rtt
= ~0U;
in bictcp_hystart_reset()
436
if (ca->
curr_rtt
> delay)
in hystart_update()
437
ca->
curr_rtt
= delay;
in hystart_update()
441
if (ca->
curr_rtt
> ca->delay_min +
in hystart_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
86
__u8 sample_cnt; /* number of samples to decide
curr_rtt
*/
91
__u32
curr_rtt
; /* the minimum rtt of current round */
member
168
ca->
curr_rtt
= ~0U;
in bictcp_hystart_reset()
479
if (ca->
curr_rtt
> delay)
in hystart_update()
480
ca->
curr_rtt
= delay;
in hystart_update()
484
if (ca->
curr_rtt
> ca->delay_min +
in hystart_update()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_cubic.c
99
u8 sample_cnt; /* number of samples to decide
curr_rtt
*/
104
u32
curr_rtt
; /* the minimum rtt of current round */
member
125
ca->
curr_rtt
= ~0U;
in bictcp_hystart_reset()
429
if (ca->
curr_rtt
> delay)
in hystart_update()
430
ca->
curr_rtt
= delay;
in hystart_update()
434
if (ca->
curr_rtt
> ca->delay_min +
in hystart_update()
Completed in 4 milliseconds