Searched refs:batchsize (Results 1 – 1 of 1) sorted by relevance
4990 int batchsize; in ztest_dmu_object_alloc_free() local4996 batchsize = OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()4998 for (b = 0; b < batchsize; b++) in ztest_dmu_object_alloc_free()5012 while (ztest_random(4 * batchsize) != 0) in ztest_dmu_object_alloc_free()5013 ztest_io(zd, od[ztest_random(batchsize)].od_object, in ztest_dmu_object_alloc_free()7658 int batchsize; in ztest_rzx_thread() local7665 batchsize = OD_ARRAY_SIZE; in ztest_rzx_thread()7668 for (int b = 0; b < batchsize; b++) { in ztest_rzx_thread()7680 for (int i = 0; i < batchsize && written < info->rzx_amount; in ztest_rzx_thread()