Home | History | Annotate | Download | only in disktest

Lines Matching refs:ioTimeout

514 					/* only one ':', assume no random delayTime, and ioTimeout */
516 args->ioTimeout =
521 /* more then one ':', assume random delayTime, and ioTimeout */
525 args->ioTimeout =
531 args->ioTimeout *= 60;
533 args->ioTimeout *= (time_t) (60 * 60);
535 args->ioTimeout *=
978 && (args->ioTimeout == DEFAULT_IO_TIMEOUT)) {