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

/external/autotest/client/tests/aiostress/
H A Daio-stress.c566 off_t rand_byte = oper->start; local
580 rand_byte += num * 1024 * 1024;
587 rand_byte += num;
589 if (rand_byte + oper->reclen > oper->end) {
590 rand_byte -= oper->reclen;
592 return rand_byte;
606 off_t rand_byte; local
626 rand_byte = random_byte_offset(oper);
627 oper->last_offset = rand_byte;
629 rand_byte);
[all...]

Completed in 55 milliseconds