Searched refs:alloc_goal (Results 1 – 1 of 1) sorted by relevance
8133 uint64_t alloc_goal; in ztest_raidz_expand_run() local8156 alloc_goal = (vdev_get_min_asize(rzvd) * data_disks) / total_disks; in ztest_raidz_expand_run()8157 alloc_goal = MIN(alloc_goal >> 2, 1024*1024*1024); in ztest_raidz_expand_run()8160 ztest_opts.zo_pool, (u_longlong_t)alloc_goal); in ztest_raidz_expand_run()8173 thread_args[t].rzx_amount = alloc_goal / threads; in ztest_raidz_expand_run()8176 thread_args[t].rzx_alloc_max = alloc_goal; in ztest_raidz_expand_run()