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:tfm_count
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
atmel-sha204a.c
33
atomic_dec(&i2c_priv->
tfm_count
);
in atmel_sha204a_rng_done()
45
if (!atomic_add_unless(&i2c_priv->
tfm_count
, 1, 1))
in atmel_sha204a_rng_read_nonblocking()
123
if (atomic_read(&i2c_priv->
tfm_count
)) {
in atmel_sha204a_remove()
H
A
D
atmel-ecc.c
234
tfm_cnt = atomic_read(&i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_alloc()
244
atomic_inc(&min_i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_alloc()
257
atomic_dec(&i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_free()
363
if (atomic_read(&i2c_priv->
tfm_count
)) {
in atmel_ecc_remove()
H
A
D
atmel-i2c.h
126
* @
tfm_count
: number of active crypto transformations on i2c client
141
atomic_t
tfm_count
____cacheline_aligned;
H
A
D
atmel-i2c.c
363
atomic_set(&i2c_priv->
tfm_count
, 0);
in atmel_i2c_probe()
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
atmel-sha204a.c
33
atomic_dec(&i2c_priv->
tfm_count
);
in atmel_sha204a_rng_done()
45
if (!atomic_add_unless(&i2c_priv->
tfm_count
, 1, 1))
in atmel_sha204a_rng_read_nonblocking()
121
if (atomic_read(&i2c_priv->
tfm_count
)) {
in atmel_sha204a_remove()
H
A
D
atmel-ecc.c
221
tfm_cnt = atomic_read(&i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_alloc()
231
atomic_inc(&min_i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_alloc()
244
atomic_dec(&i2c_priv->
tfm_count
);
in atmel_ecc_i2c_client_free()
350
if (atomic_read(&i2c_priv->
tfm_count
)) {
in atmel_ecc_remove()
H
A
D
atmel-i2c.h
126
* @
tfm_count
: number of active crypto transformations on i2c client
141
atomic_t
tfm_count
____cacheline_aligned;
H
A
D
atmel-i2c.c
371
atomic_set(&i2c_priv->
tfm_count
, 0);
in atmel_i2c_probe()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
jr.c
144
if (atomic_read(&jrpriv->
tfm_count
)) {
in caam_jr_remove()
306
tfm_cnt = atomic_read(&jrpriv->
tfm_count
);
in caam_jr_alloc()
316
atomic_inc(&min_jrpriv->
tfm_count
);
in caam_jr_alloc()
334
atomic_dec(&jrpriv->
tfm_count
);
in caam_jr_free()
593
atomic_set(&jrpriv->
tfm_count
, 0);
in caam_jr_probe()
H
A
D
intern.h
53
atomic_t
tfm_count
____cacheline_aligned;
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
jr.c
198
if (atomic_read(&jrpriv->
tfm_count
)) {
in caam_jr_remove()
367
tfm_cnt = atomic_read(&jrpriv->
tfm_count
);
in caam_jr_alloc()
377
atomic_inc(&min_jrpriv->
tfm_count
);
in caam_jr_alloc()
395
atomic_dec(&jrpriv->
tfm_count
);
in caam_jr_free()
678
atomic_set(&jrpriv->
tfm_count
, 0);
in caam_jr_probe()
H
A
D
intern.h
72
atomic_t
tfm_count
____cacheline_aligned;
/kernel/linux/linux-5.10/crypto/
H
A
D
pcrypt.c
28
atomic_t
tfm_count
;
member
183
cpu_index = (unsigned int)atomic_inc_return(&ictx->
tfm_count
) %
in pcrypt_aead_init_tfm()
/kernel/linux/linux-6.6/crypto/
H
A
D
pcrypt.c
28
atomic_t
tfm_count
;
member
183
cpu_index = (unsigned int)atomic_inc_return(&ictx->
tfm_count
) %
in pcrypt_aead_init_tfm()
Completed in 9 milliseconds