Home
last modified time | relevance | path

Searched refs:zo_datasets (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ztest/
H A Dztest.c154 int zo_datasets; member
176 .zo_datasets = 7,
592 zo->zo_datasets, /* -d */ in usage()
657 zo->zo_datasets = MAX(1, value); in process_options()
5398 ztest_ds_t *zd = &ztest_ds[id % ztest_opts.zo_datasets]; in ztest_execute()
5482 t += ztest_opts.zo_datasets) { in ztest_dataset_destroy()
5671 int d = ztest_random(ztest_opts.zo_datasets); in ztest_run()
5686 if (t < ztest_opts.zo_datasets && in ztest_run()
5699 if (t < ztest_opts.zo_datasets) in ztest_run()
5984 hdr->zh_ds_count = ztest_opts.zo_datasets; in setup_hdr()
[all …]