Searched defs:prof_io_ops (Results 1 – 2 of 2) sorted by relevance
9 struct prof_io_ops { struct10 int (*td_init)(struct thread_data *);11 void (*td_exit)(struct thread_data *);13 int (*fill_io_u_off)(struct thread_data *, struct io_u *, unsigned int *);14 int (*fill_io_u_size)(struct thread_data *, struct io_u *, unsigned int);15 struct fio_file *(*get_next_file)(struct thread_data *);17 int (*io_u_lat)(struct thread_data *, uint64_t);
341 struct prof_io_ops prof_io_ops; member