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:crng_ready
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/
H
A
D
random.c
85
#define
crng_ready
() (static_branch_likely(&crng_is_ready) || crng_init >= CRNG_READY)
macro
110
return
crng_ready
();
in rng_is_initialized()
134
while (!
crng_ready
()) {
in wait_for_random_bytes()
138
ret = wait_event_interruptible_timeout(crng_init_wait,
crng_ready
(), HZ);
in wait_for_random_bytes()
158
if (
crng_ready
())
in execute_with_initialized_rng()
167
if (IS_ENABLED(CONFIG_WARN_ALL_UNSEEDED_RANDOM) && !
crng_ready
()) \
331
if (!
crng_ready
()) {
in crng_make_state()
335
ready =
crng_ready
();
in crng_make_state()
506
if (!
crng_ready
()) { \
701
#define credit_init_bits(bits) if (!
crng_ready
()) _credit_init_bit
[all...]
/kernel/linux/linux-5.10/drivers/char/
H
A
D
random.c
82
#define
crng_ready
() (likely(crng_init >= CRNG_READY))
macro
108
return
crng_ready
();
in rng_is_initialized()
127
while (!
crng_ready
()) {
in wait_for_random_bytes()
131
ret = wait_event_interruptible_timeout(crng_init_wait,
crng_ready
(), HZ);
in wait_for_random_bytes()
151
if (
crng_ready
())
in register_random_ready_notifier()
155
if (!
crng_ready
())
in register_random_ready_notifier()
185
if (IS_ENABLED(CONFIG_WARN_ALL_UNSEEDED_RANDOM) && !
crng_ready
()) \
265
if (!
crng_ready
())
in crng_reseed()
344
if (!
crng_ready
()) {
in crng_make_state()
348
ready =
crng_ready
();
in crng_make_state()
[all...]
Completed in 5 milliseconds