OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_io
(Results
1 - 7
of
7
) sorted by null
/external/fio/
thread_options.h
87
unsigned int
sync_io
;
member in struct:thread_options
314
uint32_t
sync_io
;
member in struct:thread_options_pack
cconv.c
128
o->
sync_io
= le32_to_cpu(top->
sync_io
);
302
top->
sync_io
= cpu_to_le32(o->
sync_io
);
filesetup.c
552
if (td->o.
sync_io
)
init.c
650
if ((td->io_ops->flags & FIO_SYNCIO) && (td->o.odirect || td->o.
sync_io
)) {
[
all
...]
options.c
[
all
...]
/external/fio/engines/
sg.c
253
if (td->o.
sync_io
|| td->o.odirect || ddir_sync(io_u->ddir))
windowsaio.c
173
if (td->o.
sync_io
)
Completed in 587 milliseconds