Home | History | Annotate | Download | only in fio

Lines Matching refs:rmax

93 		uint64_t rmax;
95 rmax = td->o.use_os_rand ? OS_RAND_MAX : FRAND_MAX;
98 rmax = OS_RAND_MAX;
101 rmax = FRAND_MAX;
107 *b = lastb * (r / ((uint64_t) rmax + 1.0));