Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c632 static const size_t ashift_v[] = { 9, 12, 14 }; in run_sweep() local
638 ulong_t total_comb = ARRAY_SIZE(size_v) * ARRAY_SIZE(ashift_v) * in run_sweep()
651 for (a = 0; a < ARRAY_SIZE(ashift_v); a++) in run_sweep()
654 if (size_v[s] < (1 << ashift_v[a])) { in run_sweep()
693 opts->rto_ashift = ashift_v[a]; in run_sweep()
695 opts->rto_offset = (1 << ashift_v[a]) * rand(); in run_sweep()