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:round_start
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_bbr.c
98
round_start
:1, /* start of packet-timed tx->ack round? */
member
694
if (bbr->mode == BBR_PROBE_BW && bbr->
round_start
&&
in bbr_lt_bw_sampling()
719
if (bbr->
round_start
)
in bbr_lt_bw_sampling()
764
bbr->
round_start
= 0;
in bbr_update_bw()
772
bbr->
round_start
= 1;
in bbr_update_bw()
825
if (bbr->
round_start
) {
in bbr_update_ack_aggregation()
876
if (bbr_full_bw_reached(sk) || !bbr->
round_start
|| rs->is_app_limited)
in bbr_check_full_bw_reached()
973
if (bbr->
round_start
)
in bbr_update_min_rtt()
1058
bbr->
round_start
= 0;
in bbr_init()
1135
bbr->
round_start
in bbr_set_state()
[all...]
H
A
D
tcp_cubic.c
99
u32
round_start
; /* beginning of each round */
member
130
ca->
round_start
= ca->last_ack = bictcp_clock_us(sk);
in bictcp_hystart_reset()
419
if ((s32)(now - ca->
round_start
) > threshold) {
in hystart_update()
422
now - ca->
round_start
, threshold,
in hystart_update()
H
A
D
tcp_cdg.c
94
u32
round_start
;
member
154
ca->
round_start
= now_us;
in tcp_cdg_hystart_update()
159
if (after(now_us, ca->
round_start
+ base_owd)) {
in tcp_cdg_hystart_update()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_bbr.c
100
round_start
:1, /* start of packet-timed tx->ack round? */
member
696
if (bbr->mode == BBR_PROBE_BW && bbr->
round_start
&&
in bbr_lt_bw_sampling()
721
if (bbr->
round_start
)
in bbr_lt_bw_sampling()
766
bbr->
round_start
= 0;
in bbr_update_bw()
774
bbr->
round_start
= 1;
in bbr_update_bw()
827
if (bbr->
round_start
) {
in bbr_update_ack_aggregation()
878
if (bbr_full_bw_reached(sk) || !bbr->
round_start
|| rs->is_app_limited)
in bbr_check_full_bw_reached()
975
if (bbr->
round_start
)
in bbr_update_min_rtt()
1060
bbr->
round_start
= 0;
in bbr_init()
1137
bbr->
round_start
in bbr_set_state()
[all...]
H
A
D
tcp_cubic.c
101
u32
round_start
; /* beginning of each round */
member
123
ca->
round_start
= ca->last_ack = bictcp_clock_us(sk);
in bictcp_hystart_reset()
412
if ((s32)(now - ca->
round_start
) > threshold) {
in hystart_update()
415
now - ca->
round_start
, threshold,
in hystart_update()
H
A
D
tcp_cdg.c
94
u32
round_start
;
member
154
ca->
round_start
= now_us;
in tcp_cdg_hystart_update()
159
if (after(now_us, ca->
round_start
+ base_owd)) {
in tcp_cdg_hystart_update()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
88
__u32
round_start
; /* beginning of each round */
member
166
ca->
round_start
= ca->last_ack = bictcp_clock_us(sk);
in bictcp_hystart_reset()
476
if ((__s32)(now - ca->
round_start
) > threshold) {
in hystart_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_cubic.c
88
__u32
round_start
; /* beginning of each round */
member
166
ca->
round_start
= ca->last_ack = bictcp_clock_us(sk);
in bictcp_hystart_reset()
470
if ((__s32)(now - ca->
round_start
) > threshold) {
in hystart_update()
Completed in 9 milliseconds