Home | History | Annotate | Download | only in fio

Lines Matching refs:iodepth

986 	max_units = td->o.iodepth;
996 err += io_u_rinit(&td->io_u_requeues, td->o.iodepth);
997 err += io_u_qinit(&td->io_u_freelist, td->o.iodepth);
998 err += io_u_qinit(&td->io_u_all, td->o.iodepth);
1023 log_err("fio: IO memory too large. Reduce max_bs or iodepth\n");