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_mode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
input.c
40
call->
cong_mode
== RXRPC_CALL_SLOW_START) {
in rxrpc_congestion_management()
41
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
56
switch (call->
cong_mode
) {
in rxrpc_congestion_management()
63
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
104
call->
cong_mode
= RXRPC_CALL_FAST_RETRANSMIT;
in rxrpc_congestion_management()
142
call->
cong_mode
= RXRPC_CALL_SLOW_START;
in rxrpc_congestion_management()
144
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
152
summary->mode = call->
cong_mode
;
in rxrpc_congestion_management()
160
call->
cong_mode
= RXRPC_CALL_PACKET_LOSS;
in rxrpc_congestion_management()
183
if (call->
cong_mode
!
in rxrpc_congestion_degrade()
[all...]
H
A
D
conn_client.c
431
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_activate_one_channel()
433
call->
cong_mode
= RXRPC_CALL_SLOW_START;
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
695
enum rxrpc_congest_mode
cong_mode
:8; /* Congestion management mode */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
input.c
57
call->
cong_mode
== RXRPC_CALL_SLOW_START) {
in rxrpc_congestion_management()
58
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
69
summary->mode = call->
cong_mode
;
in rxrpc_congestion_management()
75
switch (call->
cong_mode
) {
in rxrpc_congestion_management()
82
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
123
call->
cong_mode
= RXRPC_CALL_FAST_RETRANSMIT;
in rxrpc_congestion_management()
161
call->
cong_mode
= RXRPC_CALL_SLOW_START;
in rxrpc_congestion_management()
163
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_congestion_management()
178
call->
cong_mode
= RXRPC_CALL_PACKET_LOSS;
in rxrpc_congestion_management()
H
A
D
conn_client.c
378
call->
cong_mode
= RXRPC_CALL_CONGEST_AVOIDANCE;
in rxrpc_prep_call()
380
call->
cong_mode
= RXRPC_CALL_SLOW_START;
in rxrpc_prep_call()
H
A
D
ar-internal.h
637
enum rxrpc_congest_mode
cong_mode
:8; /* Congestion management mode */
member
H
A
D
output.c
413
call->
cong_mode
== RXRPC_CALL_SLOW_START ||
in rxrpc_send_data_packet()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
rxrpc.h
1591
__entry->mode = call->
cong_mode
;
Completed in 16 milliseconds