Searched refs:batchsize (Results 1 – 1 of 1) sorted by relevance
4991 int batchsize; in ztest_dmu_object_alloc_free() local4997 batchsize = OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()4999 for (b = 0; b < batchsize; b++) in ztest_dmu_object_alloc_free()5013 while (ztest_random(4 * batchsize) != 0) in ztest_dmu_object_alloc_free()5014 ztest_io(zd, od[ztest_random(batchsize)].od_object, in ztest_dmu_object_alloc_free()7668 int batchsize; in ztest_rzx_thread() local7675 batchsize = OD_ARRAY_SIZE; in ztest_rzx_thread()7678 for (int b = 0; b < batchsize; b++) { in ztest_rzx_thread()7690 for (int i = 0; i < batchsize && written < info->rzx_amount; in ztest_rzx_thread()