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:decrypt_pending
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
239
if (atomic_dec_and_test(&ctx->
decrypt_pending
))
in tls_decrypt_done()
245
if (!atomic_dec_and_test(&ctx->
decrypt_pending
))
in tls_decrypt_async_wait()
247
atomic_inc(&ctx->
decrypt_pending
);
in tls_decrypt_async_wait()
275
DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->
decrypt_pending
) < 1);
in tls_do_decryption()
276
atomic_inc(&ctx->
decrypt_pending
);
in tls_do_decryption()
301
atomic_dec(&ctx->
decrypt_pending
);
in tls_do_decryption()
2649
atomic_set(&sw_ctx_rx->
decrypt_pending
, 1);
in init_ctx_rx()
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
134
atomic_t
decrypt_pending
;
member
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_sw.c
220
pending = atomic_dec_return(&ctx->
decrypt_pending
);
in tls_decrypt_done()
258
atomic_inc(&ctx->
decrypt_pending
);
in tls_do_decryption()
274
atomic_dec(&ctx->
decrypt_pending
);
in tls_do_decryption()
1946
pending = atomic_read(&ctx->
decrypt_pending
);
in tls_sw_recvmsg()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
159
atomic_t
decrypt_pending
;
member
160
/* protect crypto_wait with
decrypt_pending
*/
Completed in 10 milliseconds