OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blkfail
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpblk.c
139
static int
blkfail
;
variable in typeref:typename:int
191
blkfail
= strtoul(buf, NULL, 10);
193
if (
blkfail
> BLKFAIL_MAX)
194
blkfail
= BLKFAIL_MAX;
202
"seed %u\n",
blkfail
, BLKFAIL_MAX, randstate);
204
blkfail
= 0;
236
if (
blkfail
) {
467
if (
blkfail
)
589
if (gimmerand() % BLKFAIL_MAX >=
blkfail
) {
Completed in 36 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025