Home
last modified time | relevance | path

Searched refs:maxthr (Results 1 – 1 of 1) sorted by relevance

/external/fio/engines/
Dguasi.c218 int maxthr; in fio_guasi_init() local
223 maxthr = td->o.iodepth > GFIO_MIN_THREADS ? td->o.iodepth: GFIO_MIN_THREADS; in fio_guasi_init()
224 if (maxthr > GFIO_MAX_THREADS) in fio_guasi_init()
225 maxthr = GFIO_MAX_THREADS; in fio_guasi_init()
226 if ((ld->hctx = guasi_create(GFIO_MIN_THREADS, maxthr, 1)) == NULL) { in fio_guasi_init()