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:anno_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
call_event.c
164
u8 annotation,
anno_type
, retrans = 0, unacked = 0;
in rxrpc_resend()
local
188
anno_type
= annotation & RXRPC_TX_ANNO_MASK;
in rxrpc_resend()
190
if (
anno_type
== RXRPC_TX_ANNO_ACK)
in rxrpc_resend()
196
if (
anno_type
== RXRPC_TX_ANNO_UNACK) {
in rxrpc_resend()
209
trace_rxrpc_retransmit(call, seq, annotation |
anno_type
,
in rxrpc_resend()
245
anno_type
= annotation & RXRPC_TX_ANNO_MASK;
in rxrpc_resend()
246
if (
anno_type
!= RXRPC_TX_ANNO_RETRANS)
in rxrpc_resend()
H
A
D
input.c
693
u8
anno_type
= annotation & RXRPC_TX_ANNO_MASK;
in rxrpc_input_check_for_lost_ack()
local
695
if (
anno_type
!= RXRPC_TX_ANNO_UNACK)
in rxrpc_input_check_for_lost_ack()
780
u8 annotation,
anno_type
;
in rxrpc_input_soft_acks()
local
785
anno_type
= annotation & RXRPC_TX_ANNO_MASK;
in rxrpc_input_soft_acks()
790
if (
anno_type
== RXRPC_TX_ANNO_ACK)
in rxrpc_input_soft_acks()
803
if (
anno_type
== RXRPC_TX_ANNO_NAK)
in rxrpc_input_soft_acks()
806
if (
anno_type
== RXRPC_TX_ANNO_RETRANS)
in rxrpc_input_soft_acks()
Completed in 2 milliseconds