Lines Matching refs:thread_data
99 int (*end_io)(struct thread_data *, struct io_u **);
130 extern struct io_u *__get_io_u(struct thread_data *);
131 extern struct io_u *get_io_u(struct thread_data *);
132 extern void put_io_u(struct thread_data *, struct io_u *);
133 extern void clear_io_u(struct thread_data *, struct io_u *);
134 extern void requeue_io_u(struct thread_data *, struct io_u **);
135 extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *);
136 extern int __must_check io_u_queued_complete(struct thread_data *, int);
137 extern void io_u_queued(struct thread_data *, struct io_u *);
138 extern int io_u_quiesce(struct thread_data *);
139 extern void io_u_log_error(struct thread_data *, struct io_u *);
140 extern void io_u_mark_depth(struct thread_data *, unsigned int);
141 extern void fill_io_buffer(struct thread_data *, void *, unsigned int, unsigned int);
142 extern void io_u_fill_buffer(struct thread_data *td, struct io_u *, unsigned int, unsigned int);
143 void io_u_mark_complete(struct thread_data *, unsigned int);
144 void io_u_mark_submit(struct thread_data *, unsigned int);
145 bool queue_full(const struct thread_data *);
147 int do_io_u_sync(const struct thread_data *, struct io_u *);
148 int do_io_u_trim(const struct thread_data *, struct io_u *);