Home | History | Annotate | Download | only in fio

Lines Matching refs:odir

554 	enum fio_ddir odir = ddir ^ 1;
567 if (td_rw(td) && td->o.rwmix[odir]) {
571 if (td->rate_pending_usleep[odir] < 100000)
572 return odir;
579 td->rate_pending_usleep[odir]) {
582 usec = td->rate_pending_usleep[odir];
583 ddir = odir;
596 odir = ddir ^ 1;
597 if (td_rw(td) && __should_check_rate(td, odir))
598 td->rate_pending_usleep[odir] -= usec;