Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ztest/
H A Dztest.c789 ztest_random(uint64_t range) in ztest_random() function
815 return (SPA_MINBLOCKSHIFT + ztest_random(5)); in ztest_get_ashift()
964 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()
985 block_shift = ztest_random(maxbs - ztest_spa->spa_max_ashift + 1); in ztest_random_blocksize()
993 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1)); in ztest_random_ibshift()
1006 top = ztest_random(rvd->vdev_children); in ztest_random_vdev_top()
1020 value = zfs_prop_random_value(prop, ztest_random(-1ULL)); in ztest_random_dsl_prop()
1213 #define TXG_MIGHTWAIT (ztest_random(10) == 0 ? TXG_NOWAIT : TXG_WAIT)
1353 itx_wr_state_t write_state = ztest_random(WR_NUM_STATES); in ztest_log_write()
1373 itx->itx_sync = (ztest_random(8) == 0); in ztest_log_write()
[all …]