Lines Matching defs:td
25 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) in queue_io_piece()
31 void log_io_u(const struct thread_data *td, const struct io_u *io_u) in log_io_u()
41 void log_file(struct thread_data *td, struct fio_file *f, in log_file()
61 static void iolog_delay(struct thread_data *td, unsigned long delay) in iolog_delay()
95 static int ipo_special(struct thread_data *td, struct io_piece *ipo) in ipo_special()
129 int read_iolog_get(struct thread_data *td, struct io_u *io_u) in read_iolog_get()
176 void prune_io_piece_log(struct thread_data *td) in prune_io_piece_log()
201 void log_io_piece(struct thread_data *td, struct io_u *io_u) in log_io_piece()
290 void unlog_io_piece(struct thread_data *td, struct io_u *io_u) in unlog_io_piece()
307 void trim_io_piece(struct thread_data *td, const struct io_u *io_u) in trim_io_piece()
317 void write_iolog_close(struct thread_data *td) in write_iolog_close()
330 static int read_iolog2(struct thread_data *td, FILE *f) in read_iolog2()
463 static int init_iolog_read(struct thread_data *td) in init_iolog_read()
501 static int init_iolog_write(struct thread_data *td) in init_iolog_write()
537 int init_iolog(struct thread_data *td) in init_iolog()
957 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log()
1143 static int write_iops_log(struct thread_data *td, int try) in write_iops_log()
1153 static int write_slat_log(struct thread_data *td, int try) in write_slat_log()
1163 static int write_clat_log(struct thread_data *td, int try) in write_clat_log()
1173 static int write_lat_log(struct thread_data *td, int try) in write_lat_log()
1183 static int write_bandw_log(struct thread_data *td, int try) in write_bandw_log()
1231 void fio_writeout_logs(struct thread_data *td) in fio_writeout_logs()