OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:random_maxread
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_random.c
49
static const size_t
random_maxread
= 32;
variable in typeref:typename:const size_t
81
rv = read(random_fd, buf, buflen >
random_maxread
?
random_maxread
: buflen);
87
buflen = buflen >
random_maxread
?
random_maxread
: buflen;
Completed in 11 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025