Searched refs:alloc_goal (Results 1 – 1 of 1) sorted by relevance
8125 uint64_t alloc_goal; in ztest_raidz_expand_run() local8150 alloc_goal = (vdev_get_min_asize(rzvd) * data_disks) / total_disks; in ztest_raidz_expand_run()8151 alloc_goal = MIN(alloc_goal >> 2, 1024*1024*1024); in ztest_raidz_expand_run()8154 ztest_opts.zo_pool, (u_longlong_t)alloc_goal); in ztest_raidz_expand_run()8167 thread_args[t].rzx_amount = alloc_goal / threads; in ztest_raidz_expand_run()8170 thread_args[t].rzx_alloc_max = alloc_goal; in ztest_raidz_expand_run()