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:peer_rx_active
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/
H
A
D
crypto.c
179
* @
peer_rx_active
: replicated peer RX active key index
203
atomic_t
peer_rx_active
;
member
1223
k = atomic_xchg(&rx->
peer_rx_active
, 0);
in tipc_crypto_key_flush()
1424
cur = atomic_read(&rx->
peer_rx_active
);
in tipc_crypto_key_synch()
1428
atomic_cmpxchg(&rx->
peer_rx_active
, cur, new) == cur) {
in tipc_crypto_key_synch()
1498
atomic_set(&c->
peer_rx_active
, 0);
in tipc_crypto_start()
1708
if (__rx && atomic_read(&__rx->
peer_rx_active
) == tx_key)
in tipc_crypto_xmit()
1735
!atomic_read(&__rx->
peer_rx_active
))
in tipc_crypto_xmit()
2118
atomic_read(&c->
peer_rx_active
));
in tipc_crypto_key_dump()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
crypto.c
182
* @
peer_rx_active
: replicated peer RX active key index
207
atomic_t
peer_rx_active
;
member
1219
k = atomic_xchg(&rx->
peer_rx_active
, 0);
in tipc_crypto_key_flush()
1420
cur = atomic_read(&rx->
peer_rx_active
);
in tipc_crypto_key_synch()
1424
atomic_cmpxchg(&rx->
peer_rx_active
, cur, new) == cur) {
in tipc_crypto_key_synch()
1494
atomic_set(&c->
peer_rx_active
, 0);
in tipc_crypto_start()
1704
if (__rx && atomic_read(&__rx->
peer_rx_active
) == tx_key)
in tipc_crypto_xmit()
1731
!atomic_read(&__rx->
peer_rx_active
))
in tipc_crypto_xmit()
2114
atomic_read(&c->
peer_rx_active
));
in tipc_crypto_key_dump()
Completed in 7 milliseconds