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_cwnd
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
peer_object.c
231
peer->
cong_cwnd
= 2;
in rxrpc_alloc_peer()
233
peer->
cong_cwnd
= 3;
in rxrpc_alloc_peer()
235
peer->
cong_cwnd
= 4;
in rxrpc_alloc_peer()
H
A
D
call_accept.c
329
call->
cong_cwnd
= call->peer->
cong_cwnd
;
in rxrpc_alloc_incoming_call()
H
A
D
conn_object.c
211
call->peer->
cong_cwnd
= call->
cong_cwnd
;
in rxrpc_disconnect_call()
H
A
D
conn_client.c
376
call->
cong_cwnd
= cp->peer->
cong_cwnd
;
in rxrpc_prep_call()
377
if (call->
cong_cwnd
>= call->cong_ssthresh)
in rxrpc_prep_call()
H
A
D
proc.c
243
peer->
cong_cwnd
,
in rxrpc_peer_seq_show()
H
A
D
input.c
45
unsigned int cwnd = call->
cong_cwnd
;
in rxrpc_congestion_management()
70
summary->cwnd = call->
cong_cwnd
;
in rxrpc_congestion_management()
169
call->
cong_cwnd
= cwnd;
in rxrpc_congestion_management()
H
A
D
ar-internal.h
314
u8
cong_cwnd
; /* Congestion window size */
member
634
u8
cong_cwnd
; /* Congestion window size */
member
H
A
D
call_object.c
176
call->
cong_cwnd
= 2;
in rxrpc_alloc_call()
H
A
D
sendmsg.c
27
call->
cong_cwnd
+ call->cong_extra);
in rxrpc_check_tx_space()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
input.c
28
unsigned int cwnd = call->
cong_cwnd
;
in rxrpc_congestion_management()
51
summary->cwnd = call->
cong_cwnd
;
in rxrpc_congestion_management()
150
call->
cong_cwnd
= cwnd;
in rxrpc_congestion_management()
199
call->
cong_cwnd
* 3 / 4);
in rxrpc_congestion_degrade()
200
call->
cong_cwnd
= max_t(unsigned int, call->
cong_cwnd
/ 2, RXRPC_MIN_CWND);
in rxrpc_congestion_degrade()
H
A
D
call_object.c
179
call->
cong_cwnd
= 2;
in rxrpc_alloc_call()
181
call->
cong_cwnd
= 3;
in rxrpc_alloc_call()
183
call->
cong_cwnd
= 4;
in rxrpc_alloc_call()
H
A
D
proc.c
101
call->
cong_cwnd
,
in rxrpc_call_seq_show()
H
A
D
call_event.c
292
call->
cong_cwnd
+ call->cong_extra);
in rxrpc_tx_window_has_space()
H
A
D
conn_client.c
430
if (call->
cong_cwnd
>= call->cong_ssthresh)
in rxrpc_activate_one_channel()
H
A
D
output.c
370
else if (call->cong_mode == RXRPC_CALL_SLOW_START && call->
cong_cwnd
<= 2)
in rxrpc_send_data_packet()
H
A
D
ar-internal.h
692
u8
cong_cwnd
; /* Congestion window size */
member
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rxrpc.h
1592
__entry->cwnd = call->
cong_cwnd
;
Completed in 20 milliseconds