Searched refs:GFIO_MIN_THREADS (Results 1 – 1 of 1) sorted by relevance
19 #define GFIO_MIN_THREADS 32 macro223 maxthr = td->o.iodepth > GFIO_MIN_THREADS ? td->o.iodepth: GFIO_MIN_THREADS; in fio_guasi_init()226 if ((ld->hctx = guasi_create(GFIO_MIN_THREADS, maxthr, 1)) == NULL) { in fio_guasi_init()