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:rng_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
chaoskey.c
78
struct mutex
rng_lock
;
member
191
mutex_init(&dev->
rng_lock
);
in chaoskey_probe()
427
/* Grab the
rng_lock
briefly to ensure that the hwrng interface
in chaoskey_read()
430
result = mutex_lock_interruptible(&dev->
rng_lock
);
in chaoskey_read()
433
mutex_unlock(&dev->
rng_lock
);
in chaoskey_read()
492
/* Hold the
rng_lock
until we acquire the device lock so that
in chaoskey_rng_read()
496
mutex_lock(&dev->
rng_lock
);
in chaoskey_rng_read()
500
mutex_unlock(&dev->
rng_lock
);
in chaoskey_rng_read()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
chaoskey.c
78
struct mutex
rng_lock
;
member
191
mutex_init(&dev->
rng_lock
);
in chaoskey_probe()
426
/* Grab the
rng_lock
briefly to ensure that the hwrng interface
in chaoskey_read()
429
result = mutex_lock_interruptible(&dev->
rng_lock
);
in chaoskey_read()
432
mutex_unlock(&dev->
rng_lock
);
in chaoskey_read()
491
/* Hold the
rng_lock
until we acquire the device lock so that
in chaoskey_rng_read()
495
mutex_lock(&dev->
rng_lock
);
in chaoskey_rng_read()
499
mutex_unlock(&dev->
rng_lock
);
in chaoskey_rng_read()
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H
A
D
crypto4xx_core.h
115
struct mutex
rng_lock
;
member
H
A
D
crypto4xx_core.c
1174
mutex_lock(&dev->core_dev->
rng_lock
);
in crypto4xx_prng_generate()
1176
mutex_unlock(&dev->core_dev->
rng_lock
);
in crypto4xx_prng_generate()
1437
mutex_init(&core_dev->
rng_lock
);
in crypto4xx_probe()
1515
mutex_destroy(&core_dev->
rng_lock
);
in crypto4xx_remove()
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H
A
D
crypto4xx_core.h
115
struct mutex
rng_lock
;
member
H
A
D
crypto4xx_core.c
1174
mutex_lock(&dev->core_dev->
rng_lock
);
in crypto4xx_prng_generate()
1176
mutex_unlock(&dev->core_dev->
rng_lock
);
in crypto4xx_prng_generate()
1445
mutex_init(&core_dev->
rng_lock
);
in crypto4xx_probe()
1523
mutex_destroy(&core_dev->
rng_lock
);
in crypto4xx_remove()
Completed in 6 milliseconds