Lines Matching defs:td
57 static int fio_syncio_prep(struct thread_data *td, struct io_u *io_u) in fio_syncio_prep()
75 static int fio_io_end(struct thread_data *td, struct io_u *io_u, int ret) in fio_io_end()
98 static int fio_pvsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_pvsyncio_queue()
125 static int fio_pvsyncio2_queue(struct thread_data *td, struct io_u *io_u) in fio_pvsyncio2_queue()
156 static int fio_psyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_psyncio_queue()
176 static int fio_syncio_queue(struct thread_data *td, struct io_u *io_u) in fio_syncio_queue()
196 static int fio_vsyncio_getevents(struct thread_data *td, unsigned int min, in fio_vsyncio_getevents()
213 static struct io_u *fio_vsyncio_event(struct thread_data *td, int event) in fio_vsyncio_event()
220 static int fio_vsyncio_append(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_append()
247 static int fio_vsyncio_queue(struct thread_data *td, struct io_u *io_u) in fio_vsyncio_queue()
287 static int fio_vsyncio_end(struct thread_data *td, ssize_t bytes) in fio_vsyncio_end()
327 static int fio_vsyncio_commit(struct thread_data *td) in fio_vsyncio_commit()
357 static int fio_vsyncio_init(struct thread_data *td) in fio_vsyncio_init()
371 static void fio_vsyncio_cleanup(struct thread_data *td) in fio_vsyncio_cleanup()