Searched refs:zo_datasets (Results 1 – 1 of 1) sorted by relevance
194 int zo_datasets; member253 .zo_datasets = DEFAULT_DATASETS_COUNT,1020 zo->zo_datasets = MAX(1, value); in process_options()7621 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets]; in ztest_execute()7662 ztest_ds_t *zd = &ztest_ds[info->rzx_id % ztest_opts.zo_datasets]; in ztest_rzx_thread()7775 t += ztest_opts.zo_datasets) in ztest_dataset_destroy()8166 if (t < ztest_opts.zo_datasets && ztest_dataset_open(t) != 0) { in ztest_raidz_expand_run()8194 if (t < ztest_opts.zo_datasets) in ztest_raidz_expand_run()8321 ndatasets = MIN(ztest_opts.zo_datasets, ztest_opts.zo_threads); in ztest_generic_run()8471 int d = ztest_random(ztest_opts.zo_datasets); in ztest_run()[all …]