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:rxtx_annotations
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
input.c
186
if (call->
rxtx_annotations
[call->tx_top & RXRPC_RXTX_BUFF_MASK] &
in rxrpc_congestion_management()
219
annotation = call->
rxtx_annotations
[ix];
in rxrpc_rotate_tx_window()
222
call->
rxtx_annotations
[ix] = 0;
in rxrpc_rotate_tx_window()
549
call->
rxtx_annotations
[ix] = annotation;
in rxrpc_input_data()
692
u8 annotation = call->
rxtx_annotations
[ix];
in rxrpc_input_check_for_lost_ack()
699
call->
rxtx_annotations
[ix] = annotation;
in rxrpc_input_check_for_lost_ack()
784
annotation = call->
rxtx_annotations
[ix];
in rxrpc_input_soft_acks()
793
call->
rxtx_annotations
[ix] =
in rxrpc_input_soft_acks()
808
call->
rxtx_annotations
[ix] =
in rxrpc_input_soft_acks()
989
if (call->
rxtx_annotations
[cal
in rxrpc_input_ack()
[all...]
H
A
D
call_event.c
187
annotation = call->
rxtx_annotations
[ix];
in rxrpc_resend()
207
call->
rxtx_annotations
[ix] = RXRPC_TX_ANNO_RETRANS | annotation;
in rxrpc_resend()
244
annotation = call->
rxtx_annotations
[ix];
in rxrpc_resend()
255
call->
rxtx_annotations
[ix] = annotation;
in rxrpc_resend()
H
A
D
recvmsg.c
244
subpacket = call->
rxtx_annotations
[ix] & RXRPC_RX_ANNO_SUBPACKET;
in rxrpc_rotate_rx_window()
252
call->
rxtx_annotations
[ix] = 0;
in rxrpc_rotate_rx_window()
401
serial += call->
rxtx_annotations
[ix] & RXRPC_RX_ANNO_SUBPACKET;
in rxrpc_recvmsg_data()
411
&call->
rxtx_annotations
[ix],
in rxrpc_recvmsg_data()
H
A
D
call_object.c
138
call->
rxtx_annotations
= kcalloc(RXRPC_RXTX_BUFF_SIZE, sizeof(u8), gfp);
in rxrpc_alloc_call()
139
if (!call->
rxtx_annotations
)
in rxrpc_alloc_call()
660
kfree(call->
rxtx_annotations
);
in rxrpc_destroy_call()
H
A
D
sendmsg.c
165
call->
rxtx_annotations
[ix] =
in rxrpc_instant_resend()
166
(call->
rxtx_annotations
[ix] & RXRPC_TX_ANNO_LAST) |
in rxrpc_instant_resend()
215
call->
rxtx_annotations
[ix] = annotation;
in rxrpc_queue_packet()
H
A
D
ar-internal.h
612
u8 *
rxtx_annotations
;
member
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
rxrpc.h
1425
memcpy(__entry->anno, call->
rxtx_annotations
, 64);
Completed in 9 milliseconds