Searched refs:batchsize (Results 1 – 1 of 1) sorted by relevance
4992 int batchsize; in ztest_dmu_object_alloc_free() local4998 batchsize = OD_ARRAY_SIZE; in ztest_dmu_object_alloc_free()5000 for (b = 0; b < batchsize; b++) in ztest_dmu_object_alloc_free()5014 while (ztest_random(4 * batchsize) != 0) in ztest_dmu_object_alloc_free()5015 ztest_io(zd, od[ztest_random(batchsize)].od_object, in ztest_dmu_object_alloc_free()7660 int batchsize; in ztest_rzx_thread() local7667 batchsize = OD_ARRAY_SIZE; in ztest_rzx_thread()7670 for (int b = 0; b < batchsize; b++) { in ztest_rzx_thread()7682 for (int i = 0; i < batchsize && written < info->rzx_amount; in ztest_rzx_thread()