Home | History | Annotate | Download | only in fio

Lines Matching full:verify_state

45 	struct frand_state *fs = &td->verify_state;
1134 io_u->rand_seed = __rand(&td->verify_state);
1136 io_u->rand_seed *= __rand(&td->verify_state);
1487 if (!td->o.verify_state)