Lines Matching defs:td
64 static int fio_sgio_getevents(struct thread_data *td, unsigned int min, in fio_sgio_getevents()
159 static int fio_sgio_ioctl_doio(struct thread_data *td, in fio_sgio_ioctl_doio()
194 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync) in fio_sgio_doio()
204 static int fio_sgio_prep(struct thread_data *td, struct io_u *io_u) in fio_sgio_prep()
246 static int fio_sgio_queue(struct thread_data *td, struct io_u *io_u) in fio_sgio_queue()
273 static struct io_u *fio_sgio_event(struct thread_data *td, int event) in fio_sgio_event()
280 static int fio_sgio_get_bs(struct thread_data *td, unsigned int *bs) in fio_sgio_get_bs()
308 static void fio_sgio_cleanup(struct thread_data *td) in fio_sgio_cleanup()
322 static int fio_sgio_init(struct thread_data *td) in fio_sgio_init()
348 static int fio_sgio_type_check(struct thread_data *td, struct fio_file *f) in fio_sgio_type_check()
384 static int fio_sgio_open(struct thread_data *td, struct fio_file *f) in fio_sgio_open()
423 static int fio_sgio_init(struct thread_data fio_unused *td) in fio_sgio_init()