OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:override_sync
(Results
1 - 4
of
4
) sorted by null
/external/fio/
thread_options.h
105
unsigned int
override_sync
;
member in struct:thread_options
332
uint32_t
override_sync
;
member in struct:thread_options_pack
cconv.c
148
o->
override_sync
= le32_to_cpu(top->
override_sync
);
318
top->
override_sync
= cpu_to_le32(o->
override_sync
);
fio.h
412
if (td_write(td) || td_rw(td) || td->o.
override_sync
)
/external/fio/engines/
sg.c
344
td->o.
override_sync
= 1;
Completed in 1033 milliseconds