X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=b2f0e2f5853a54985ca5baf1e17a8d5198e2d040;hp=19ac0af1f9a6ff68adf6cbdc01d04bbbb9ab8526;hb=c9057434a99a85f643ce433c7fec9b8f7fad9761;hpb=861e3790be5f1e22b16e827b142147e530205441 diff --git a/fio.h b/fio.h index 19ac0af1..b2f0e2f5 100644 --- a/fio.h +++ b/fio.h @@ -646,6 +646,9 @@ extern void lat_target_check(struct thread_data *); extern void lat_target_init(struct thread_data *); extern void lat_target_reset(struct thread_data *); +/* + * Iterates all threads/processes within all the defined jobs + */ #define for_each_td(td, i) \ for ((i) = 0, (td) = &threads[0]; (i) < (int) thread_number; (i)++, (td)++) #define for_each_file(td, f, i) \