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:cong_ssthresh
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
input.c
36
call->
cong_ssthresh
= max_t(unsigned int,
in rxrpc_congestion_management()
39
if (cwnd >= call->
cong_ssthresh
&&
in rxrpc_congestion_management()
52
summary->ssthresh = call->
cong_ssthresh
;
in rxrpc_congestion_management()
62
if (cwnd >= call->
cong_ssthresh
) {
in rxrpc_congestion_management()
105
call->
cong_ssthresh
= max_t(unsigned int,
in rxrpc_congestion_management()
107
cwnd = call->
cong_ssthresh
+ 3;
in rxrpc_congestion_management()
125
cwnd = call->
cong_ssthresh
;
in rxrpc_congestion_management()
141
if (cwnd < call->
cong_ssthresh
)
in rxrpc_congestion_management()
198
call->
cong_ssthresh
= max_t(unsigned int, call->
cong_ssthresh
,
in rxrpc_congestion_degrade()
[all...]
H
A
D
conn_client.c
429
call->
cong_ssthresh
= call->peer->
cong_ssthresh
;
in rxrpc_activate_one_channel()
430
if (call->cong_cwnd >= call->
cong_ssthresh
)
in rxrpc_activate_one_channel()
H
A
D
conn_object.c
200
call->peer->
cong_ssthresh
= call->
cong_ssthresh
;
in rxrpc_disconnect_call()
H
A
D
call_accept.c
313
call->
cong_ssthresh
= call->peer->
cong_ssthresh
;
in rxrpc_alloc_incoming_call()
H
A
D
peer_object.c
228
peer->
cong_ssthresh
= RXRPC_TX_MAX_WINDOW;
in rxrpc_alloc_peer()
H
A
D
proc.c
232
peer->
cong_ssthresh
,
in rxrpc_peer_seq_show()
H
A
D
ar-internal.h
357
u8
cong_ssthresh
; /* Congestion slow-start threshold */
member
694
u8
cong_ssthresh
; /* Slow-start threshold */
member
H
A
D
call_object.c
184
call->
cong_ssthresh
= RXRPC_TX_MAX_WINDOW;
in rxrpc_alloc_call()
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
input.c
53
call->
cong_ssthresh
= max_t(unsigned int,
in rxrpc_congestion_management()
56
if (cwnd >= call->
cong_ssthresh
&&
in rxrpc_congestion_management()
71
summary->ssthresh = call->
cong_ssthresh
;
in rxrpc_congestion_management()
81
if (cwnd >= call->
cong_ssthresh
) {
in rxrpc_congestion_management()
124
call->
cong_ssthresh
= max_t(unsigned int,
in rxrpc_congestion_management()
126
cwnd = call->
cong_ssthresh
+ 3;
in rxrpc_congestion_management()
144
cwnd = call->
cong_ssthresh
;
in rxrpc_congestion_management()
160
if (cwnd < call->
cong_ssthresh
)
in rxrpc_congestion_management()
748
if (call->
cong_ssthresh
> rwind)
in rxrpc_input_ackinfo()
749
call->
cong_ssthresh
in rxrpc_input_ackinfo()
[all...]
H
A
D
call_object.c
177
call->
cong_ssthresh
= RXRPC_RXTX_BUFF_SIZE - 1;
in rxrpc_alloc_call()
H
A
D
ar-internal.h
636
u8
cong_ssthresh
; /* Slow-start threshold */
member
H
A
D
conn_client.c
377
if (call->cong_cwnd >= call->
cong_ssthresh
)
in rxrpc_prep_call()
Completed in 17 milliseconds