Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c633 static const size_t size_v[] = { 1 << 9, 21 * (1 << 9), 13 * (1 << 12), in run_sweep() local
638 ulong_t total_comb = ARRAY_SIZE(size_v) * ARRAY_SIZE(ashift_v) * in run_sweep()
650 for (s = 0; s < ARRAY_SIZE(size_v); s++) in run_sweep()
654 if (size_v[s] < (1 << ashift_v[a])) { in run_sweep()
696 opts->rto_dsize = size_v[s]; in run_sweep()