Searched refs:alloc_goal (Results 1 – 1 of 1) sorted by relevance
8138 uint64_t alloc_goal; in ztest_raidz_expand_run() local8161 alloc_goal = (vdev_get_min_asize(rzvd) * data_disks) / total_disks; in ztest_raidz_expand_run()8162 alloc_goal = MIN(alloc_goal >> 2, 1024*1024*1024); in ztest_raidz_expand_run()8165 ztest_opts.zo_pool, (u_longlong_t)alloc_goal); in ztest_raidz_expand_run()8178 thread_args[t].rzx_amount = alloc_goal / threads; in ztest_raidz_expand_run()8181 thread_args[t].rzx_alloc_max = alloc_goal; in ztest_raidz_expand_run()