Home | History | Annotate | Download | only in fio

Lines Matching full:odir

550 	enum fio_ddir odir = ddir ^ 1;
562 if (td_rw(td) && td->o.rwmix[odir]) {
566 if (td->rate_pending_usleep[odir] < 100000)
567 return odir;
574 td->rate_pending_usleep[odir]) {
577 usec = td->rate_pending_usleep[odir];
578 ddir = odir;
589 odir = ddir ^ 1;
590 if (td_rw(td) && __should_check_rate(td, odir))
591 td->rate_pending_usleep[odir] -= usec;