Lines Matching defs:td
34 static int fio_syncio_prep(struct thread_data *td, struct io_u *io_u) in fio_syncio_prep()
52 static int fio_io_end(struct thread_data *td, struct io_u *io_u, int ret) in fio_io_end()
75 static int fio_pvsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_pvsyncio_queue()
101 static int fio_psyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_psyncio_queue()
121 static int fio_syncio_queue(struct thread_data *td, struct io_u *io_u) in fio_syncio_queue()
141 static int fio_vsyncio_getevents(struct thread_data *td, unsigned int min, in fio_vsyncio_getevents()
158 static struct io_u *fio_vsyncio_event(struct thread_data *td, int event) in fio_vsyncio_event()
165 static int fio_vsyncio_append(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_append()
192 static int fio_vsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_queue()
232 static int fio_vsyncio_end(struct thread_data *td, ssize_t bytes) in fio_vsyncio_end()
272 static int fio_vsyncio_commit(struct thread_data *td) in fio_vsyncio_commit()
302 static int fio_vsyncio_init(struct thread_data *td) in fio_vsyncio_init()
316 static void fio_vsyncio_cleanup(struct thread_data *td) in fio_vsyncio_cleanup()