Searched refs:ztest_random (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c793 ztest_random(uint64_t range) function
819 return (SPA_MINBLOCKSHIFT + ztest_random(5));
968 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1);
989 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1);
997 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1));
1010 top = ztest_random(rvd->vdev_children);
1024 value = zfs_prop_random_value(prop, ztest_random(-1ULL));
1217 #define TXG_MIGHTWAIT (ztest_random(10) == 0 ? TXG_NOWAIT : TXG_WAIT)
1357 itx_wr_state_t write_state = ztest_random(WR_NUM_STATES);
1377 itx->itx_sync = (ztest_random(
[all...]

Completed in 51 milliseconds