Home | History | Annotate | Download | only in disktest

Lines Matching refs:RETRY

359 		target.oper = RETRY;
402 if ((target.oper == NONE) || (target.oper == RETRY)) ;
433 * we must retry, as we can't start the read, since the write
436 target.oper = RETRY;
447 target.oper = RETRY;
702 /* this thread has to retry, so give up the reset of my time slice */
703 if (target.oper == RETRY) {
706 } while ((env->bContinue) && (target.oper == RETRY)); /* we failed to get an action, and were asked to retry */
769 if (retries-- > 1) { /* request to retry on error, decrement retry */
771 "Thread %d: Retry after seek failure, retry count: %u\n",
876 if (retries-- > 1) { /* request to retry on error, decrement retry */
878 "Thread %d: Retry after transfer failure, retry count: %u\n",