Lines Matching defs:td
64 static int fio_sgio_getevents(struct thread_data *td, unsigned int min, in fio_sgio_getevents()
160 static int fio_sgio_ioctl_doio(struct thread_data *td, in fio_sgio_ioctl_doio()
195 static int fio_sgio_doio(struct thread_data *td, struct io_u *io_u, int do_sync) in fio_sgio_doio()
205 static int fio_sgio_prep(struct thread_data *td, struct io_u *io_u) in fio_sgio_prep()
247 static int fio_sgio_queue(struct thread_data *td, struct io_u *io_u) in fio_sgio_queue()
274 static struct io_u *fio_sgio_event(struct thread_data *td, int event) in fio_sgio_event()
281 static int fio_sgio_get_bs(struct thread_data *td, unsigned int *bs) in fio_sgio_get_bs()
309 static void fio_sgio_cleanup(struct thread_data *td) in fio_sgio_cleanup()
323 static int fio_sgio_init(struct thread_data *td) in fio_sgio_init()
349 static int fio_sgio_type_check(struct thread_data *td, struct fio_file *f) in fio_sgio_type_check()
385 static int fio_sgio_open(struct thread_data *td, struct fio_file *f) in fio_sgio_open()
424 static int fio_sgio_init(struct thread_data fio_unused *td) in fio_sgio_init()