X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=db08aff8bdfcc07cbe51981b0380f67f1e064925;hb=91f94d5b88b72c300be4f27ef6630e16af890db6;hp=82e2b62f62d8f16a48fc242790580de7a1b2dc46;hpb=92a0daf8163eaa8d117d1e6e4fdc11a8dddac2d2;p=fio.git diff --git a/fio.h b/fio.h index 82e2b62f..db08aff8 100644 --- a/fio.h +++ b/fio.h @@ -42,15 +42,11 @@ struct thread_data; #include "stat.h" #include "flow.h" -#ifdef FIO_HAVE_GUASI -#include -#endif - #ifdef FIO_HAVE_SOLARISAIO #include #endif -#ifdef FIO_HAVE_LIBNUMA +#ifdef CONFIG_LIBNUMA #include #include @@ -68,7 +64,6 @@ enum { RW_SEQ_IDENT, }; - enum { TD_F_VER_BACKLOG = 1, TD_F_TRIM_BACKLOG = 2, @@ -278,6 +273,8 @@ struct thread_data { struct flist_head trim_list; unsigned long trim_entries; + struct flist_head next_rand_list; + /* * for fileservice, how often to switch to a new file */ @@ -558,7 +555,7 @@ static inline int __should_check_rate(struct thread_data *td, } static inline int should_check_rate(struct thread_data *td, - unsigned long *bytes_done) + uint64_t *bytes_done) { int ret = 0;