OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
660
error = entropy_request(MINENTROPYBYTES,
ENTROPY_WAIT
);
1429
error = entropy_request(ENTROPY_CAPACITY,
ENTROPY_WAIT
|ENTROPY_SIG);
1479
*
ENTROPY_WAIT
Wait for entropy if not available yet.
1486
* EWOULDBLOCK No entropy and
ENTROPY_WAIT
not set.
1489
* If
ENTROPY_WAIT
is set, allowed only in thread context. If
1490
*
ENTROPY_WAIT
is not set, allowed also in softint context -- may
1502
if (ISSET(flags,
ENTROPY_WAIT
)) {
1545
if (!ISSET(flags,
ENTROPY_WAIT
)) {
1892
* If flags &
ENTROPY_WAIT
, wait for concurrent access to finish.
1905
if (!ISSET(flags,
ENTROPY_WAIT
))
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025