Home | History | Annotate | Download | only in engines

Lines Matching refs:td

29 static struct io_u *fio_skeleton_event(struct thread_data *td, int event)
40 static int fio_skeleton_getevents(struct thread_data *td, unsigned int min,
50 static int fio_skeleton_cancel(struct thread_data *td, struct io_u *io_u)
65 static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u)
70 fio_ro_check(td, io_u);
86 static int fio_skeleton_prep(struct thread_data *td, struct io_u *io_u)
96 static int fio_skeleton_init(struct thread_data *td)
106 static void fio_skeleton_cleanup(struct thread_data *td)
114 static int fio_skeleton_open(struct thread_data *td, struct fio_file *f)
116 return generic_open_file(td, f);
122 static int fio_skeleton_close(struct thread_data *td, struct fio_file *f)
124 return generic_close_file(td, f);