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:confirm_rx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/qrtr/
H
A
D
af_qrtr.c
32
* @
confirm_rx
: boolean; whether a resume-tx packet should be send in reply
42
__le32
confirm_rx
;
member
81
u8
confirm_rx
;
member
141
* @tx_failed: indicates that a message with
confirm_rx
flag was lost
245
* the low watermark is passed the
confirm_rx
flag is set on the outgoing
250
* Return: 1 if
confirm_rx
should be set, 0 otherwise or errno failure
257
int
confirm_rx
= 0;
in qrtr_tx_wait()
local
260
/* Never set
confirm_rx
on non-data packets */
in qrtr_tx_wait()
278
/* Set
confirm_rx
if we where unable to find and allocate a flow */
in qrtr_tx_wait()
288
confirm_rx
in qrtr_tx_wait()
339
int rc,
confirm_rx
;
qrtr_node_enqueue()
local
[all...]
/kernel/linux/linux-6.6/net/qrtr/
H
A
D
af_qrtr.c
34
* @
confirm_rx
: boolean; whether a resume-tx packet should be send in reply
44
__le32
confirm_rx
;
member
83
u8
confirm_rx
;
member
143
* @tx_failed: indicates that a message with
confirm_rx
flag was lost
252
* the low watermark is passed the
confirm_rx
flag is set on the outgoing
257
* Return: 1 if
confirm_rx
should be set, 0 otherwise or errno failure
264
int
confirm_rx
= 0;
in qrtr_tx_wait()
local
267
/* Never set
confirm_rx
on non-data packets */
in qrtr_tx_wait()
285
/* Set
confirm_rx
if we where unable to find and allocate a flow */
in qrtr_tx_wait()
295
confirm_rx
in qrtr_tx_wait()
346
int rc,
confirm_rx
;
qrtr_node_enqueue()
local
[all...]
Completed in 3 milliseconds