X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=6dd2aa40f478362e86459d563d673d425f2669b1;hp=31662ebeb5eea6af9012d921a9ce368cb0551a8e;hb=3e260a46ea9a8de224c3d0a29a608da3440f284a;hpb=572cfb3f4d2cbf22291b395f2bb41facdc17ce86;ds=sidebyside diff --git a/ioengine.h b/ioengine.h index 31662ebe..6dd2aa40 100644 --- a/ioengine.h +++ b/ioengine.h @@ -188,7 +188,6 @@ extern int fio_show_ioengine_help(const char *engine); /* * io unit handling */ -#define queue_full(td) io_u_qempty(&(td)->io_u_freelist) extern struct io_u *__get_io_u(struct thread_data *); extern struct io_u *get_io_u(struct thread_data *); extern void put_io_u(struct thread_data *, struct io_u *); @@ -204,6 +203,7 @@ extern void fill_io_buffer(struct thread_data *, void *, unsigned int, unsigned extern void io_u_fill_buffer(struct thread_data *td, struct io_u *, unsigned int, unsigned int); void io_u_mark_complete(struct thread_data *, unsigned int); void io_u_mark_submit(struct thread_data *, unsigned int); +int queue_full(struct thread_data *); int do_io_u_sync(struct thread_data *, struct io_u *); int do_io_u_trim(struct thread_data *, struct io_u *);