OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENTROPY_WAIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
entropy.h
47
#define
ENTROPY_WAIT
0x01
/src/sys/kern/
sys_getrandom.c
95
extractflags |=
ENTROPY_WAIT
|ENTROPY_SIG;
kern_entropy.c
661
error = entropy_request(MINENTROPYBYTES,
ENTROPY_WAIT
);
1430
error = entropy_request(ENTROPY_CAPACITY,
ENTROPY_WAIT
|ENTROPY_SIG);
1480
*
ENTROPY_WAIT
Wait for entropy if not available yet.
1487
* EWOULDBLOCK No entropy and
ENTROPY_WAIT
not set.
1490
* If
ENTROPY_WAIT
is set, allowed only in thread context. If
1491
*
ENTROPY_WAIT
is not set, allowed also in softint context -- may
1503
if (ISSET(flags,
ENTROPY_WAIT
)) {
1546
if (!ISSET(flags,
ENTROPY_WAIT
)) {
1893
* If flags &
ENTROPY_WAIT
, wait for concurrent access to finish.
1906
if (!ISSET(flags,
ENTROPY_WAIT
))
[
all
...]
Completed in 73 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026