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:active_devs
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H
A
D
virtio_crypto_akcipher_algs.c
49
unsigned int
active_devs
;
member
554
if (virtio_crypto_akcipher_algs[i].
active_devs
== 0) {
in virtio_crypto_akcipher_algs_register()
560
virtio_crypto_akcipher_algs[i].
active_devs
++;
in virtio_crypto_akcipher_algs_register()
580
if (virtio_crypto_akcipher_algs[i].
active_devs
== 0 ||
in virtio_crypto_akcipher_algs_unregister()
584
if (virtio_crypto_akcipher_algs[i].
active_devs
== 1)
in virtio_crypto_akcipher_algs_unregister()
587
virtio_crypto_akcipher_algs[i].
active_devs
--;
in virtio_crypto_akcipher_algs_unregister()
H
A
D
virtio_crypto_algs.c
44
unsigned int
active_devs
;
member
618
if (virtio_crypto_algs[i].
active_devs
== 0) {
in virtio_crypto_algs_register()
624
virtio_crypto_algs[i].
active_devs
++;
in virtio_crypto_algs_register()
645
if (virtio_crypto_algs[i].
active_devs
== 0 ||
in virtio_crypto_algs_unregister()
649
if (virtio_crypto_algs[i].
active_devs
== 1)
in virtio_crypto_algs_unregister()
652
virtio_crypto_algs[i].
active_devs
--;
in virtio_crypto_algs_unregister()
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H
A
D
virtio_crypto_akcipher_algs.c
49
unsigned int
active_devs
;
member
562
if (virtio_crypto_akcipher_algs[i].
active_devs
== 0) {
in virtio_crypto_akcipher_algs_register()
568
virtio_crypto_akcipher_algs[i].
active_devs
++;
in virtio_crypto_akcipher_algs_register()
588
if (virtio_crypto_akcipher_algs[i].
active_devs
== 0 ||
in virtio_crypto_akcipher_algs_unregister()
592
if (virtio_crypto_akcipher_algs[i].
active_devs
== 1)
in virtio_crypto_akcipher_algs_unregister()
595
virtio_crypto_akcipher_algs[i].
active_devs
--;
in virtio_crypto_akcipher_algs_unregister()
H
A
D
virtio_crypto_skcipher_algs.c
41
unsigned int
active_devs
;
member
615
if (virtio_crypto_algs[i].
active_devs
== 0) {
in virtio_crypto_skcipher_algs_register()
621
virtio_crypto_algs[i].
active_devs
++;
in virtio_crypto_skcipher_algs_register()
642
if (virtio_crypto_algs[i].
active_devs
== 0 ||
in virtio_crypto_skcipher_algs_unregister()
646
if (virtio_crypto_algs[i].
active_devs
== 1)
in virtio_crypto_skcipher_algs_unregister()
649
virtio_crypto_algs[i].
active_devs
--;
in virtio_crypto_skcipher_algs_unregister()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
jr.c
28
static unsigned int
active_devs
;
variable
35
if (++
active_devs
!= 1)
in register_algs()
52
if (--
active_devs
!= 0)
in unregister_algs()
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H
A
D
qat_comp_algs.c
26
static unsigned int
active_devs
;
variable
477
if (++
active_devs
== 1)
in qat_comp_algs_register()
486
if (--
active_devs
== 0)
in qat_comp_algs_unregister()
H
A
D
qat_algs.c
48
static unsigned int
active_devs
;
variable
1391
if (++
active_devs
!= 1)
in qat_algs_register()
1415
if (--
active_devs
!= 0)
in qat_algs_unregister()
H
A
D
qat_asym_algs.c
21
static unsigned int
active_devs
;
variable
1287
if (++
active_devs
== 1) {
in qat_asym_algs_register()
1302
if (--
active_devs
== 0) {
in qat_asym_algs_unregister()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
jr.c
29
static unsigned int
active_devs
;
variable
36
if (++
active_devs
!= 1)
in register_algs()
54
if (--
active_devs
!= 0)
in unregister_algs()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
124
static unsigned int
active_devs
;
variable
1101
if (++
active_devs
!= 1)
in sec_algs_register()
1106
--
active_devs
;
in sec_algs_register()
1116
if (--
active_devs
!= 0)
in sec_algs_unregister()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
124
static unsigned int
active_devs
;
variable
1101
if (++
active_devs
!= 1)
in sec_algs_register()
1106
--
active_devs
;
in sec_algs_register()
1116
if (--
active_devs
!= 0)
in sec_algs_unregister()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H
A
D
qat_algs.c
35
static unsigned int
active_devs
;
variable
1440
if (++
active_devs
!= 1)
in qat_algs_register()
1464
if (--
active_devs
!= 0)
in qat_algs_unregister()
H
A
D
qat_asym_algs.c
20
static unsigned int
active_devs
;
variable
1295
if (++
active_devs
== 1) {
in qat_asym_algs_register()
1310
if (--
active_devs
== 0) {
in qat_asym_algs_unregister()
Completed in 17 milliseconds