Searched refs:batchsize (Results 1 – 1 of 1) sorted by relevance
4955 int batchsize; in ztest_dmu_object_alloc_free() local4961 batchsize = OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()4963 for (b = 0; b < batchsize; b++) in ztest_dmu_object_alloc_free()4977 while (ztest_random(4 * batchsize) != 0) in ztest_dmu_object_alloc_free()4978 ztest_io(zd, od[ztest_random(batchsize)].od_object, in ztest_dmu_object_alloc_free()7647 int batchsize; in ztest_rzx_thread() local7654 batchsize = OD_ARRAY_SIZE; in ztest_rzx_thread()7657 for (int b = 0; b < batchsize; b++) { in ztest_rzx_thread()7669 for (int i = 0; i < batchsize && written < info->rzx_amount; in ztest_rzx_thread()