Lines Matching refs:thread_data
39 static int fio_windowsaio_getevents(struct thread_data *td, unsigned int min,
41 static struct io_u *fio_windowsaio_event(struct thread_data *td, int event);
42 static int fio_windowsaio_queue(struct thread_data *td,
44 static void fio_windowsaio_cleanup(struct thread_data *td);
46 static int fio_windowsaio_init(struct thread_data *td);
47 static int fio_windowsaio_open_file(struct thread_data *td, struct fio_file *f);
48 static int fio_windowsaio_close_file(struct thread_data fio_unused *td, struct fio_file *f);
50 static int fio_windowsaio_init(struct thread_data *td) in fio_windowsaio_init()
135 static void fio_windowsaio_cleanup(struct thread_data *td) in fio_windowsaio_cleanup()
156 static int fio_windowsaio_open_file(struct thread_data *td, struct fio_file *f) in fio_windowsaio_open_file()
225 static int fio_windowsaio_close_file(struct thread_data fio_unused *td, struct fio_file *f) in fio_windowsaio_close_file()
257 static struct io_u* fio_windowsaio_event(struct thread_data *td, int event) in fio_windowsaio_event()
263 static int fio_windowsaio_getevents(struct thread_data *td, unsigned int min, in fio_windowsaio_getevents()
313 static int fio_windowsaio_queue(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_queue()
404 static void fio_windowsaio_io_u_free(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_io_u_free()
414 static int fio_windowsaio_io_u_init(struct thread_data *td, struct io_u *io_u) in fio_windowsaio_io_u_init()