Searched refs:write_lat_log (Results 1 - 5 of 5) sorted by relevance

/external/fio/
H A Dthread_options.h246 unsigned int write_lat_log; member in struct:thread_options
516 uint32_t write_lat_log; member in struct:thread_options_pack
H A Dcconv.c290 o->write_lat_log = le32_to_cpu(top->write_lat_log);
476 top->write_lat_log = cpu_to_le32(o->write_lat_log);
H A Diolog.c1476 static int write_lat_log(struct thread_data *td, int try, bool unit_log) function
1527 .fn = write_lat_log,
H A Dinit.c1386 if (o->write_lat_log) {
H A Doptions.c1416 td->o.write_lat_log = 1;
3704 .name = "write_lat_log",

Completed in 69 milliseconds