X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=b3ba5db2e95ac9e16cd0633bc8912b125c08e333;hb=ec4b65d9c9180101807f598c9edecb462f54261a;hp=e394e165078a4fa3da53d397cae2791e8e9fe195;hpb=9a0ac6c7b69355ea095f06c6b0a08115c946dd61;p=fio.git diff --git a/fio.h b/fio.h index e394e165..b3ba5db2 100644 --- a/fio.h +++ b/fio.h @@ -772,6 +772,11 @@ static inline bool td_async_processing(struct thread_data *td) return (td->flags & TD_F_NEED_LOCK) != 0; } +static inline bool td_offload_overlap(struct thread_data *td) +{ + return td->o.serialize_overlap && td->o.io_submit_mode == IO_MODE_OFFLOAD; +} + /* * We currently only need to do locking if we have verifier threads * accessing our internal structures too