X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=6d0c9e31f36164db8062bfa6d2a2ab74ab1e65ce;hp=f2366c4c9a946ed6e0e2bcac06f551b936890010;hb=bcd83c12481d45c8ba2b8759ffa06fd85421fd50;hpb=d7762cf829fd3e44e50e5e2e9889b6449772097c diff --git a/fio.h b/fio.h index f2366c4c..6d0c9e31 100644 --- a/fio.h +++ b/fio.h @@ -81,8 +81,9 @@ struct io_piece { #ifdef FIO_HAVE_SYSLET struct syslet_req { - struct syslet_uatom atom; - long ret; + struct syslet_uatom atom; /* the atom to submit */ + struct syslet_uatom *head; /* head of the sequence */ + long ret; /* syscall return value */ }; #endif @@ -350,6 +351,7 @@ struct thread_data { unsigned int numjobs; unsigned int iodepth; unsigned int iodepth_low; + unsigned int iodepth_batch; os_cpu_mask_t cpumask; unsigned int iolog; unsigned int read_iolog; @@ -388,6 +390,7 @@ struct thread_data { struct list_head io_u_freelist; struct list_head io_u_busylist; struct list_head io_u_requeues; + unsigned int io_u_queued; /* * Rate state