OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:norandommap
(Results
1 - 6
of
6
) sorted by null
/external/fio/
io_ddir.h
33
#define file_randommap(td, f) (!(td)->o.
norandommap
&& (f)->io_axmap)
thread_options.h
111
unsigned int
norandommap
;
member in struct:thread_options
338
uint32_t
norandommap
;
member in struct:thread_options_pack
cconv.c
154
o->
norandommap
= le32_to_cpu(top->
norandommap
);
324
top->
norandommap
= cpu_to_le32(o->
norandommap
);
init.c
531
!o->
norandommap
) {
533
o->
norandommap
= 1;
543
if (o->
norandommap
&& o->verify != VERIFY_NONE
545
log_err("fio:
norandommap
given for variable block sizes, "
672
td->o.
norandommap
= 1;
[
all
...]
filesetup.c
1054
} else if (!td->o.
norandommap
) {
1058
} else if (td->o.
norandommap
)
1063
" a large number of jobs, try the '
norandommap
'"
options.c
[
all
...]
Completed in 220 milliseconds