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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c117 spa_get_random(100) < record->zi_freq);
132 spa_get_random(100) < record->zi_freq);
359 if (spa_get_random(100) < 60)
H A Dmultilist.c22 /* needed for spa_get_random() */
246 return (spa_get_random(ml->ml_num_sublists));
H A Dspa_misc.c1397 spa_get_random(uint64_t range) function
1411 uint64_t guid = spa_get_random(-1ULL);
1415 guid = spa_get_random(-1ULL);
1418 guid = spa_get_random(-1ULL);
H A Dvdev_mirror.c89 mm->mm_preferred = spa_get_random(c);
H A Dzil.c171 zc->zc_word[ZIL_ZC_GUID_0] = spa_get_random(-1ULL);
172 zc->zc_word[ZIL_ZC_GUID_1] = spa_get_random(-1ULL);
H A Darc.c3972 if (spa_get_random(100) == 0)
H A Dspa.c6705 int c0 = spa_get_random(children);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h809 extern uint64_t spa_get_random(uint64_t range);

Completed in 127 milliseconds