Lines Matching defs:td
17 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece()
23 void log_io_u(struct thread_data *td, struct io_u *io_u) in log_io_u()
38 void log_file(struct thread_data *td, struct fio_file *f, in log_file()
58 static void iolog_delay(struct thread_data *td, unsigned long delay) in iolog_delay()
84 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special()
118 int read_iolog_get(struct thread_data *td, struct io_u *io_u) in read_iolog_get()
165 void prune_io_piece_log(struct thread_data *td) in prune_io_piece_log()
190 void log_io_piece(struct thread_data *td, struct io_u *io_u) in log_io_piece()
271 void unlog_io_piece(struct thread_data *td, struct io_u *io_u) in unlog_io_piece()
288 void trim_io_piece(struct thread_data *td, struct io_u *io_u) in trim_io_piece()
298 void write_iolog_close(struct thread_data *td) in write_iolog_close()
311 static int read_iolog2(struct thread_data *td, FILE *f) in read_iolog2()
443 static int init_iolog_read(struct thread_data *td) in init_iolog_read()
481 static int init_iolog_write(struct thread_data *td) in init_iolog_write()
517 int init_iolog(struct thread_data *td) in init_iolog()
607 static int finish_log_named(struct thread_data *td, struct io_log *log, in finish_log_named()
632 static int finish_log(struct thread_data *td, struct io_log *log, in finish_log()
638 static int write_this_log(struct thread_data *td, struct io_log *log, in write_this_log()
654 static int write_iops_log(struct thread_data *td, int try) in write_iops_log()
661 static int write_slat_log(struct thread_data *td, int try) in write_slat_log()
668 static int write_clat_log(struct thread_data *td, int try) in write_clat_log()
675 static int write_lat_log(struct thread_data *td, int try) in write_lat_log()
682 static int write_bandw_log(struct thread_data *td, int try) in write_bandw_log()
727 void fio_writeout_logs(struct thread_data *td) in fio_writeout_logs()